Index: translator/SymTab/Validate.cc
===================================================================
--- translator/SymTab/Validate.cc	(revision 3b7728921d8d801c10ec7481d0d72e3cecaf2f0d)
+++ translator/SymTab/Validate.cc	(revision d3d8c3f40ade2153ee67ff69db198d96e7dda414)
@@ -209,6 +209,5 @@
     }
 
-    bool
-    isStructOrUnion( Declaration *decl ) {
+    bool isStructOrUnion( Declaration *decl ) {
 	return dynamic_cast< StructDecl * >( decl ) || dynamic_cast< UnionDecl * >( decl );
     }
