fixup whitespace

darcs-hash:20080827131603-84dde-7be64f28840a29c5833bc625aaf6cb8f07b891e5.gz
This commit is contained in:
Evan Prodromou 2008-08-27 09:16:03 -04:00
parent 44c1863f0e
commit 108b1e7bfd
1 changed files with 14 additions and 14 deletions

View File

@ -33,7 +33,7 @@ function xmppdaemon_error_handler($errno, $errstr, $errfile, $errline, $errconte
break;
case E_USER_NOTICE:
echo "My NOTICE [$errno] $errstr ($errfile:$errline)\n";
echo "NOTICE [$errno] $errstr ($errfile:$errline)\n";
break;
default: