mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 13:47:42 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _RSTL_RESERVED_VECTOR_HPP
|
||||
#define _RSTL_RESERVED_VECTOR_HPP
|
||||
#ifndef _RSTL_RESERVED_VECTOR
|
||||
#define _RSTL_RESERVED_VECTOR
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -62,4 +62,4 @@ public:
|
||||
};
|
||||
} // namespace rstl
|
||||
|
||||
#endif
|
||||
#endif // _RSTL_RESERVED_VECTOR
|
||||
|
||||
Reference in New Issue
Block a user