Convert tab after #define to space
This commit is contained in:
parent
243a15052f
commit
25d29c8f8f
32 changed files with 186 additions and 186 deletions
|
@ -34,10 +34,10 @@
|
|||
#ifndef PLAGUE_H
|
||||
#define PLAGUE_H
|
||||
|
||||
#define PLG_HEALTHY 0
|
||||
#define PLG_DYING 1
|
||||
#define PLG_INFECT 2
|
||||
#define PLG_INCUBATE 3
|
||||
#define PLG_EXPOSED 4
|
||||
#define PLG_HEALTHY 0
|
||||
#define PLG_DYING 1
|
||||
#define PLG_INFECT 2
|
||||
#define PLG_INCUBATE 3
|
||||
#define PLG_EXPOSED 4
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue