Fix formatting issues

This commit is contained in:
Léo Lam 2020-09-24 14:26:11 +02:00
parent 218a8da8ba
commit 9e6e871859
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
2 changed files with 2 additions and 2 deletions

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 {

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 {