From: Craig Topper Date: Thu, 27 Feb 2014 03:11:13 +0000 (+0000) Subject: Fix odd indentation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d7c1afb11a818092512460740c534a5a6f4f7963;p=oota-llvm.git Fix odd indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202342 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/TableGen/Record.cpp b/lib/TableGen/Record.cpp index 431f4aa089b..53e6c51bf5c 100644 --- a/lib/TableGen/Record.cpp +++ b/lib/TableGen/Record.cpp @@ -152,7 +152,7 @@ Init *BitsRecTy::convertValue(UnsetInit *UI) { Init *BitsRecTy::convertValue(BitInit *UI) { if (Size != 1) return 0; // Can only convert single bit. - return BitsInit::get(UI); + return BitsInit::get(UI); } /// canFitInBitfield - Return true if the number of bits is large enough to hold