whitespace

This commit is contained in:
Jeff Teunissen 2000-12-28 07:44:45 +00:00
parent 66bd913f7d
commit c6a22c8a88
2 changed files with 8 additions and 8 deletions

View file

@ -49,8 +49,8 @@ int locisgz = 0;
void locs_add (vec3_t location, char *name); void locs_add (vec3_t location, char *name);
void locs_load (char *mapname); void locs_load (char *mapname);
void locs_free (); void locs_free (void);
void locs_more (); void locs_more (void);
location_t * location_t *
locs_find (vec3_t target) locs_find (vec3_t target)
@ -137,7 +137,7 @@ locs_load (char *mapname)
} }
void void
locs_reset () locs_reset (void)
{ {
int i; int i;
@ -154,7 +154,7 @@ locs_reset ()
} }
void void
locs_more () locs_more (void)
{ {
size_t size; size_t size;

View file

@ -38,7 +38,7 @@ R_Surf8Patch
================ ================
*/ */
void void
R_Surf8Patch () R_Surf8Patch (void)
{ {
// we only patch code on Intel // we only patch code on Intel
} }
@ -50,7 +50,7 @@ R_Surf16Patch
================ ================
*/ */
void void
R_Surf16Patch () R_Surf16Patch (void)
{ {
// we only patch code on Intel // we only patch code on Intel
} }