mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-04 16:45:08 -04:00
clang-format: Add missing InsertBraces: true
This takes care to add missing braces in
case of one-line if-statements or loops.
Apparently we never tested this specific error
and we had no existing cases in the code when
we did the reformat. Noticed this during a code
review.
Change-Id: Idb1e96a4d0a618089db4290c5980d192985b5d29
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1529
Message-Id: <20260216123026.3310-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg35635.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 344f13fcdf)
This commit is contained in:
parent
27505a5f2c
commit
6edd5fee44
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ IndentCaseLabels: true
|
|||
IndentGotoLabels: false
|
||||
IndentWidth: '4'
|
||||
IndentWrappedFunctionNames: false
|
||||
InsertBraces: true
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
MaxEmptyLinesToKeep: '2'
|
||||
PointerAlignment: Right
|
||||
|
|
|
|||
Loading…
Reference in a new issue