Skip to content

Commit 8f81532

Browse files
aneelamrgitster
authored andcommitted
clang-format: fix typo in comment
Signed-off-by: Aditya Neelamraju <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43c8a30 commit 8f81532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ BinPackParameters: true
8383
BreakBeforeBraces: Linux
8484

8585
# Break after operators
86-
# int valuve = aaaaaaaaaaaaa +
87-
# bbbbbb -
88-
# ccccccccccc;
86+
# int value = aaaaaaaaaaaaa +
87+
# bbbbbb -
88+
# ccccccccccc;
8989
BreakBeforeBinaryOperators: None
9090
BreakBeforeTernaryOperators: false
9191

0 commit comments

Comments
 (0)