]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Tue, 12 Nov 2013 16:13:14 +0000 (16:13 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Tue, 12 Nov 2013 16:13:14 +0000 (16:13 +0000)
phpdbg.h
phpdbg_help.c

index f76e8377aceca4b4080ee97acf38d44e25d82dca..af4a76f384db6b8fd3eacf15a1705c5d614769ed 100644 (file)
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -112,6 +112,6 @@ ZEND_END_MODULE_GLOBALS(phpdbg)
     ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED) ? "\033[1;64mphpdbg>\033[0m " : "phpdbg> ")
 #define PHPDBG_SEP_LINE(TSRMLS_D) do {\
     printf("%s--------------------------------------%s\n", PHPDBG_BOLD_LINE(TSRMLS_C), PHPDBG_END_LINE(TSRMLS_C));\
-    } while(0)  /* }}} */
+    } while(0) /* }}} */
 
 #endif /* PHPDBG_H */
index 476996535f97166361945695b2452af79916a2d3..8f8da951aa86a4f3681b7f91ea69641f2d602cef 100644 (file)
@@ -89,7 +89,6 @@ PHPDBG_HELP(eval) /* {{{ */
 PHPDBG_HELP(break) /* {{{ */
 {
        printf("Setting a breakpoint stops execution at a specific stage.\n");
-    printf("\n");
        printf("For example:\n");
        printf("\t%sbreak test.php:1\n", PHPDBG_PROMPT_LINE(TSRMLS_C));
        printf("Will break execution on line 1 of test.php\n");