]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/sandbox.qc
Fix whitespace for #include
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / sandbox.qc
index 63cb1cc19bba1423c9515f0a32eecc362e6808bf..776ba42e7c120eaa8ae25fb8ddfa7241299bfc03 100644 (file)
@@ -56,7 +56,7 @@ void sandbox_ObjectFunction_Think()
        }
 
        self.nextthink = time;
-       
+
        CSQCMODEL_AUTOUPDATE();
 }
 
@@ -174,7 +174,7 @@ entity sandbox_ObjectSpawn(float database)
                setorigin(e, trace_endpos);
                e.angles_y = self.v_angle.y;
        }
-       
+
        oldself = self;
        self = e;
        CSQCMODEL_AUTOINIT();