diff --git a/CodingStyleGuide.txt b/CodingStyleGuide.txt index 9ebf9bd..72350d4 100644 --- a/CodingStyleGuide.txt +++ b/CodingStyleGuide.txt @@ -28,7 +28,7 @@ SECTION_FunctionName ( args ) : } - switch ( var ) { + switch (var) { case a: : case b: