Neaten this up a bit.

This commit is contained in:
JoelKatz
2012-09-24 16:28:08 -07:00
parent 8d633bf065
commit 19ee517d9f
3 changed files with 18 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ enum SOE_Field
sfGeneric = 0,
#define FIELD(name, type, index) sf##name,
#define TYPE(name, index)
#define TYPE(name, type, index)
#include "SerializeProto.h"
#undef FIELD
#undef TYPE