From de90026b63163839f81ae494ad0f72959a25ea2e Mon Sep 17 00:00:00 2001
From: helly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Date: Sat, 8 Apr 2006 23:05:21 +0000
Subject: [PATCH] - Clearify difference

---
 code.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code.cc b/code.cc
index cc3e0b5e..f695e42b 100644
--- a/code.cc
+++ b/code.cc
@@ -1367,10 +1367,10 @@ void DFA::emit(std::ostream &o, uint ind)
 
 	// Generate prolog
 	o << "\n" << outputFileInfo;
+	o << indent(ind++) << "{\n";
 
 	if (!fFlag)
 	{
-		o << indent(ind++) << "{\n";
 		o << indent(ind) << "YYCTYPE yych;\n";
 		if (bUsedYYAccept)
 		{
@@ -1379,7 +1379,7 @@ void DFA::emit(std::ostream &o, uint ind)
 	}
 	else
 	{
-		o << indent(ind++) << "{\n\n";
+		o << "\n";
 	}
 
 	if (fFlag && start_label == 0)
-- 
2.40.0