mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 18:57:01 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _RSTL_CONSTRUCTION_DEFERRED_HPP
|
||||
#define _RSTL_CONSTRUCTION_DEFERRED_HPP
|
||||
#ifndef _RSTL_CONSTRUCTION_DEFERRED
|
||||
#define _RSTL_CONSTRUCTION_DEFERRED
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -34,4 +34,4 @@ private:
|
||||
};
|
||||
} // namespace rstl
|
||||
|
||||
#endif
|
||||
#endif // _RSTL_CONSTRUCTION_DEFERRED
|
||||
|
||||
Reference in New Issue
Block a user