Cleanup indentation. (#10)

This commit is contained in:
dongresource
2020-08-21 02:37:34 +02:00
committed by GitHub
parent 7b085e9c8b
commit e044b4251a
3 changed files with 13 additions and 13 deletions

View File

@@ -35,9 +35,9 @@ uint64_t getTime();
#define CNPROTO_VERSION_0104
#if defined(CNPROTO_VERSION_0104)
#include "structs/0104.hpp"
#include "structs/0104.hpp"
#elif defined(CNPROTO_VERSION_0728)
#include "structs/0728.hpp"
#include "structs/0728.hpp"
#endif
#endif