Explorar el Código

* small cleanup

peter hace 26 años
padre
commit
965d9de658
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/syslog/testlog.pp

+ 2 - 2
packages/syslog/testlog.pp

@@ -14,9 +14,9 @@ begin
   openlog(pchar(prefix),LOG_NOWAIT,LOG_DEBUG);
   for i:=1 to 10 do
     syslog(log_info,'This is message number %d'#10,[i]);
-      prefix:='';
+  prefix:='';
 end;
 
 begin
   dotest;
-  end.
+end.