]> granicus.if.org Git - php/commitdiff
- WS change
authorFelipe Pena <felipensp@gmail.com>
Sun, 10 Nov 2013 01:38:17 +0000 (23:38 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sun, 10 Nov 2013 01:38:17 +0000 (23:38 -0200)
phpdbg_prompt.c

index 475cbc38e6daa157b43f9cdad461c55a651d467f..73a18eb8183764e338caf3dcc4fd823cc9ca5cb8 100644 (file)
@@ -58,7 +58,7 @@ void phpdbg_iteractive(int argc, char **argv) /* {{{ */
 
        printf("phpdbg> ");
 
-    while (fgets(cmd, PHPDBG_MAX_CMD, stdin) != NULL) {
+       while (fgets(cmd, PHPDBG_MAX_CMD, stdin) != NULL) {
                size_t cmd_len = strlen(cmd) - 1;
 
                if (cmd[cmd_len] == '\n') {