From 7e34e60c0c434b3757e121ed742e0da537e56ff0 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Thu, 21 Sep 2000 03:35:10 +0000 Subject: [PATCH] Fix style guide. --- CodingStyleGuide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: