Explorar el Código

Fix amount of whitespace

Pieter Naaijkens hace 14 años
padre
commit
4acc9effb8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      radicale.py

+ 1 - 1
radicale.py

@@ -162,4 +162,4 @@ finally:
 
     # remove pidfile
     if options.pid:
-       os.unlink(options.pid)
+        os.unlink(options.pid)