diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-11-26 11:02:58 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-11-26 11:02:58 +0100 |
commit | 6ba73338dd34a2a80e0dd25ca333bfc0b859a930 (patch) | |
tree | 5c233ac715d75e6a0fc6e37b5b05abf695e86726 /phpdbg_set.c | |
parent | 9663ef0c1ce6c232d55e145378955a2108dee8b9 (diff) | |
download | php-git-6ba73338dd34a2a80e0dd25ca333bfc0b859a930.tar.gz |
Enormous whitespace fix
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c index a0f5e74a70..f7a32bbcf9 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -150,6 +150,6 @@ PHPDBG_SET(oplog) /* {{{ */ phpdbg_default_switch_case(); } - return SUCCESS; + return SUCCESS; } /* }}} */ |