]> vgcfreebox.myrthtech.pt Git - ue-pp-terminationdetectionalgorithm.git/blobdiff - util.c
not a skeleton anymore
[ue-pp-terminationdetectionalgorithm.git] / util.c
diff --git a/util.c b/util.c
index 65e145edeeb99038286a2309462f657f07f6d0cd..abf567b0f0f3d382486bd884b2321a27005cfe1b 100644 (file)
--- a/util.c
+++ b/util.c
@@ -9,7 +9,6 @@
 #include <stdlib.h>
 #include <time.h>
 
 #include <stdlib.h>
 #include <time.h>
 
-
 // controls the output of debugging messages, set to 1 to have no
 // messages
 int QUIET = 0;
 // controls the output of debugging messages, set to 1 to have no
 // messages
 int QUIET = 0;
@@ -51,4 +50,4 @@ void warn(char *format, ...)
   va_start (args, format);
   vfprintf(stderr, format, args);
   va_end (args);
   va_start (args, format);
   vfprintf(stderr, format, args);
   va_end (args);
-}
+}
\ No newline at end of file