mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 09:37:01 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __OSTHREAD_H__
|
||||
#define __OSTHREAD_H__
|
||||
#ifndef _DOLPHIN_OSTHREAD
|
||||
#define _DOLPHIN_OSTHREAD
|
||||
|
||||
#include <dolphin/os/OSContext.h>
|
||||
|
||||
@@ -68,4 +68,4 @@ OSThread* OSGetCurrentThread(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif // _DOLPHIN_OSTHREAD
|
||||
|
||||
Reference in New Issue
Block a user