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