From 09638d34a571204d663cbe73f0d3650460a32a5e Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sun, 7 Sep 2008 08:23:06 +0000 Subject: Fix indentation of generated code. llvm-svn: 55876 --- llvm/utils/TableGen/FastISelEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/TableGen/FastISelEmitter.cpp') diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp index 6f47c633e16..7f8a358bc3e 100644 --- a/llvm/utils/TableGen/FastISelEmitter.cpp +++ b/llvm/utils/TableGen/FastISelEmitter.cpp @@ -444,7 +444,7 @@ void FastISelMap::PrintFunctionDefinitions(std::ostream &OS) { } if (HasPred) - OS << "}\n"; + OS << " }\n"; } // Return 0 if none of the predicates were satisfied. -- cgit v1.2.3