summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-02 09:10:49 +0100
committerGitHub <noreply@github.com>2023-02-02 09:10:49 +0100
commit4961b8026b5c90e2517f27f9d9d5584be6f94ab0 (patch)
tree3827663f0cbfb3ddd8d9a01448981f3f65a15e69
parent757fd0a5eef53e1c9e1a8327eb5d4b34e81d7cb9 (diff)
parent007bcf039e9226a746bffbc0dcffa892c091adbe (diff)
downloadATCD-4961b8026b5c90e2517f27f9d9d5584be6f94ab0.tar.gz
Merge pull request #2044 from jmccabe/Indent-endif-by-an-extra-space
Align one endif with its associated if
-rw-r--r--ACE/ace/config-g++-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-g++-common.h b/ACE/ace/config-g++-common.h
index 9ab89245007..b4c80688734 100644
--- a/ACE/ace/config-g++-common.h
+++ b/ACE/ace/config-g++-common.h
@@ -31,7 +31,7 @@
# define ACE_FALLTHROUGH [[gnu::fallthrough]]
# else
# define ACE_FALLTHROUGH
-# endif
+# endif
# endif
#endif