]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - util.c
Remove some trailing whitespace
[xonotic/gmqcc.git] / util.c
diff --git a/util.c b/util.c
index 48977da8c6e9236906c866cc1d0beac2d57dc17c..f8c59828b9a6fbf32e94109c2a19bfdb5a694eec 100644 (file)
--- a/util.c
+++ b/util.c
@@ -27,7 +27,7 @@
 #include "gmqcc.h"
 
 /*
- * Initially this was handled with a table in the gmqcc.h header, but 
+ * Initially this was handled with a table in the gmqcc.h header, but
  * much to my surprise the contents of the table was duplicated for
  * each translation unit, causing all these strings to be duplicated
  * for every .c file it was included into. This method culls back on
@@ -211,7 +211,7 @@ uint16_t util_crc16(const char *k, int len, const short clamp) {
 }
 #endif
 
-/* 
+/*
  * modifier is the match to make and the transpsition from it, while add is the upper-value that determines the
  * transposion from uppercase to lower case.
  */