Fix formatting issues

This commit is contained in:
Léo Lam
2020-09-24 14:26:11 +02:00
parent 218a8da8ba
commit 9e6e871859
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ private:
u32 mHash;
};
#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME{#NAME}
#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME(#NAME)
namespace tags {
+1 -1
View File
@@ -1,8 +1,8 @@
#pragma once
#include <thread/seadAtomic.h>
#include <thread/seadEvent.h>
#include "KingSystem/Utils/Types.h"
#include <thread/seadAtomic.h>
namespace ksys::util {