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