From: Evan Cheng Date: Sun, 7 Sep 2008 08:23:06 +0000 (+0000) Subject: Fix indentation of generated code. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d07b46e9080c0c2b965e5a618c13fa2a25131c86;p=oota-llvm.git Fix indentation of generated code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55876 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 6f47c633e16..7f8a358bc3e 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/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.