Index: src/CodeGen/CodeGenerator.cc
===================================================================
--- src/CodeGen/CodeGenerator.cc	(revision b5b09071113f2e9f4fb6ed95bf2a6b23f0f3c912)
+++ src/CodeGen/CodeGenerator.cc	(revision 94b43648ada29b4df3c583a8997f2d37cd298768)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Mon Jun 15 12:43:21 2015
-// Update Count     : 138
+// Last Modified On : Mon Jun 15 12:47:16 2015
+// Update Count     : 142
 //
 
@@ -71,5 +71,5 @@
 		} // if
 	}
- 
+
 	//*** Declarations
 	void CodeGenerator::visit( FunctionDecl *functionDecl ) {
@@ -113,5 +113,5 @@
 
 		if ( ! memb.empty() ) {
-			output << endl << indent << "{" << endl;
+			output << " {" << endl;
 
 			cur_indent += CodeGenerator::tabsize; 
