From 88c01588aa0830e219eaa62588839e4d1e2883ce Mon Sep 17 00:00:00 2001 From: untodesu Date: Wed, 25 Jun 2025 00:44:36 +0500 Subject: Clang-format the entire source code --- core/macros.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/macros.hh') diff --git a/core/macros.hh b/core/macros.hh index def52da..9042f49 100644 --- a/core/macros.hh +++ b/core/macros.hh @@ -2,6 +2,8 @@ #define CORE_MACROS_HH 1 #pragma once -#define DECLARE_DEFAULT_CTOR(type) public: type(void) = default +#define DECLARE_DEFAULT_CTOR(type) \ +public: \ + type(void) = default #endif /* CORE_MACROS_HH */ -- cgit