From 49dab149113e5f50fd5a0e25d1767295b6a5144e Mon Sep 17 00:00:00 2001 From: Aronwk Date: Mon, 19 May 2025 00:00:49 -0500 Subject: [PATCH] whitespace --- dCommon/dEnums/eChatMode.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dCommon/dEnums/eChatMode.h b/dCommon/dEnums/eChatMode.h index 22469d58..eeee73e0 100644 --- a/dCommon/dEnums/eChatMode.h +++ b/dCommon/dEnums/eChatMode.h @@ -5,7 +5,6 @@ enum class eChatMode : uint8_t { RESTRICTED = 0, UNRESTRICTED = 1 - }; #endif //!__ECHATMODE__H__