]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - util.c
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
[xonotic/gmqcc.git] / util.c
diff --git a/util.c b/util.c
index 12cfb3e06863bce3090fb1900d3f7af47c6584c6..3d4b48021952ab1d8a7fa619c677c979875f2667 100644 (file)
--- a/util.c
+++ b/util.c
@@ -281,7 +281,6 @@ bool util_isatty(fs_file_t *file) {
     if (file == (fs_file_t*)stderr) return !!platform_isatty(STDERR_FILENO);
     return false;
 }
-
 /*
  * A small noncryptographic PRNG based on:
  * http://burtleburtle.net/bob/rand/smallprng.html