super minor spacing fix

This commit is contained in:
towards-a-new-leftypol 2023-07-31 17:30:55 -04:00
parent c3d2ea8f67
commit 4082c94bf3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
function error_handler($errno,$errstr,$errfile, $errline, $errcontext){ function error_handler($errno, $errstr, $errfile, $errline, $errcontext){
if(error_reporting() & $errno){ if(error_reporting() & $errno){
$config['debug']=true; $config['debug']=true;
error($errstr . ' in ' . $errfile . ' at line ' . $errline); error($errstr . ' in ' . $errfile . ' at line ' . $errline);