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