mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
whitespace.
This commit is contained in:
parent
39949152c6
commit
2e61696d5c
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ static int resolutions[][3] = {
|
|||
#endif
|
||||
};
|
||||
|
||||
#define NUM_RESOLUTIONS (sizeof(resolutions)/(sizeof(int)*3))
|
||||
#define NUM_RESOLUTIONS (sizeof (resolutions) / (sizeof (int) * 3))
|
||||
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue