mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Merge pull request #372 from wwalexander/patch-1
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
|
##### 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
|
##### Note
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user