]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Fixed whitespace
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index cd382957f022c34d82a0bdd2f1603bf1aa1ef7d9..cae0cda839db6d20dc0f2995c608952dcf110e80 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -281,7 +281,7 @@ void         ir_builder_dump(ir_builder*, int (*oprintf)(const char*, ...));
 /*
  * This code assumes 32 bit floats while generating binary
  * Blub: don't use extern here, it's annoying and shows up in nm
 /*
  * This code assumes 32 bit floats while generating binary
  * Blub: don't use extern here, it's annoying and shows up in nm
- * for some reason :P  
+ * for some reason :P
  */
 typedef int static_assert_is_32bit_float  [(sizeof(int32_t) == 4)?1:-1];
 typedef int static_assert_is_32bit_integer[(sizeof(qcfloat) == 4)?1:-1];
  */
 typedef int static_assert_is_32bit_float  [(sizeof(int32_t) == 4)?1:-1];
 typedef int static_assert_is_32bit_integer[(sizeof(qcfloat) == 4)?1:-1];