]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/common.qh
Fix whitespace for #include
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / common.qh
index c6ebb8b2d0e7e72dce7966c00736675698d663d4..7742db8b9b101f54968503b3f5e238f993120faf 100644 (file)
@@ -104,4 +104,4 @@ entity WarpZone_RefSys_SpawnSameRefSys(entity me); // spawn().R = me.R
 #ifndef BITXOR_ASSIGN
 # define BITXOR_ASSIGN(a,b) ((a) = ((a) | (b)) - ((a) & (b)))
 #endif
-#endif
\ No newline at end of file
+#endif