From ac02b5057380878b0016c0d812389016a7fffce9 Mon Sep 17 00:00:00 2001 From: stefanheinrich-at-wiro Date: Wed, 30 Oct 2024 11:38:44 +0100 Subject: [PATCH] [BUGFIX] Fix curly brace indentation --- Documentation/CodingGuidelines/CglPhp/PhpSyntaxFormatting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/CodingGuidelines/CglPhp/PhpSyntaxFormatting.rst b/Documentation/CodingGuidelines/CglPhp/PhpSyntaxFormatting.rst index f3e548e173..7199de959c 100644 --- a/Documentation/CodingGuidelines/CglPhp/PhpSyntaxFormatting.rst +++ b/Documentation/CodingGuidelines/CglPhp/PhpSyntaxFormatting.rst @@ -165,7 +165,7 @@ the same level as the construct with the opening brace. Example: } else { // generate simple form here } - } + } The following is not allowed: