mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fix misplaced end parenthesis in NL.17.Reason
This commit is contained in:
@@ -12962,7 +12962,7 @@ Flag departures from the suggested order. There will be a lot of old code that d
|
||||
|
||||
##### Reason
|
||||
|
||||
This is the original C and C++ layout. It preserves vertical space well. It distinguishes different language constructs (such as functions and classes well).
|
||||
This is the original C and C++ layout. It preserves vertical space well. It distinguishes different language constructs (such as functions and classes) well.
|
||||
|
||||
##### Note
|
||||
|
||||
|
||||
Reference in New Issue
Block a user