[xdebug-dev] xdebug xdebug/xdebug_handler_dbgp.c - Some whitespace fixes.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 20 Jul 2004 18:34:31 +0200

Date: Tue Jul 20 18:34:31 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Some whitespace fixes.

Modified files:
           xdebug/xdebug_handler_dbgp.c (version: 1.54)

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- xdebug/xdebug_handler_dbgp.c:1.53 Mon Jul 19 16:59:46 2004 GMT
+++ xdebug/xdebug_handler_dbgp.c Tue Jul 20 14:34:31 2004 GMT
@@ -815,9 +815,9 @@
 
 static int _xdebug_body_write(const char *str, uint str_length TSRMLS_DC)
 {
- /* nesting_level is zero when final output is sent to sapi. we
- also dont want to write if headers are not sent yet, the output
- layer will handle this correctly later. */
+ /* nesting_level is zero when final output is sent to sapi. We also dont
+ * want to write if headers are not sent yet, the output layer will handle
+ * this correctly later. */
         if (OG(ob_nesting_level) < 1 && SG(headers_sent)) {
                 zend_unset_timeout(TSRMLS_C);
                 if (XG(stdout_redirected) != 0) {
@@ -1121,7 +1121,7 @@
                         varname = xdebug_sprintf("$%s", name);
                 }
                 /* if we cannot get the value directly, then try eval */
- res = _xdebug_do_eval(varname?varname:name, &ret_zval TSRMLS_CC);
+ res = _xdebug_do_eval(varname ? varname : name, &ret_zval TSRMLS_CC);
                 if (res != FAILURE && (!non_null || Z_TYPE_P(&ret_zval) != IS_NULL)) {
                         contents = get_zval_value_xml_node(name, &ret_zval);
                         zval_dtor(&ret_zval);
@@ -1280,8 +1280,8 @@
         int res;
 #endif
         if (context_id > 0) {
- /* right now, we only have zero or one, one being globals,
- which is always the head of the stack */
+ /* right now, we only have zero or one, one being globals, which is
+ * always the head of the stack */
                 depth = XG(level) - 1;
         }
         if ((fse = xdebug_get_stack_frame(depth TSRMLS_CC))) {
@@ -1596,7 +1596,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.53 $";
+ return "$Revision: 1.54 $";
 }
 
 int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Tue Jul 20 2004 - 18:34:41 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST