From 15c4d4cd293ec69306a4466c3acb64b4a47ba0a8 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Thu, 26 Oct 2000 20:41:36 +0000 Subject: [PATCH] Fix "bug" in style guide. --- CodingStyleGuide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStyleGuide.txt b/CodingStyleGuide.txt index 2aaf888..a21ca23 100644 --- a/CodingStyleGuide.txt +++ b/CodingStyleGuide.txt @@ -13,7 +13,7 @@ of us use. Description */ returntype -SECTION_FunctionName ( args ) +SECTION_FunctionName (args) { type var;