This change is the result of a code audit. The changes are not drastic, but should...
[vsys.git] / globals.ml
index 2dd7fe9..4c04057 100644 (file)
@@ -10,7 +10,6 @@ let failsafe = ref false
 
 let logfd = open_out_gen [Open_append;Open_creat] 0o644 !log_filepath
 type result = Success | Failed
-
 type fname_and_fd = string option * Unix.file_descr
 
 (* Relative path, never precededed by a '/' *)