diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-04-08 00:46:22 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-04-08 01:42:26 +0200 |
commit | ae6a5dd611506122ccb2058235873391ca3d9978 (patch) | |
tree | 7555eae00eb704a72d9b1489e4775b889ff3a68d | |
parent | 26090e3edf76a7f3913464a428ba98d25cb0c91d (diff) | |
download | manaplus-ae6a5dd611506122ccb2058235873391ca3d9978.tar.gz manaplus-ae6a5dd611506122ccb2058235873391ca3d9978.tar.bz2 manaplus-ae6a5dd611506122ccb2058235873391ca3d9978.tar.xz manaplus-ae6a5dd611506122ccb2058235873391ca3d9978.zip |
Correct indents
-rw-r--r-- | src/localconsts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 6d922ab09..6a50a789f 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -187,10 +187,10 @@ ))) #else // BAD_CILKPLUS #define A_FORMAT_PRINTF(fmtIndex, firstArgIndex) \ - __attribute__((__format__(gnu_printf, \ - (fmtIndex), \ - (firstArgIndex) \ - ))) + __attribute__((__format__(gnu_printf, \ + (fmtIndex), \ + (firstArgIndex) \ + ))) #endif // BAD_CILKPLUS #endif // __OpenBSD__ |