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
2d9f722218
commit
4c4e7e9530
1 changed files with 3 additions and 2 deletions
|
@ -31,11 +31,12 @@
|
|||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
# include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "cmd.h"
|
||||
|
|
Loading…
Reference in a new issue