Fix some really strange indentation that xcode likes to use.
authorChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 00:19:00 +0000 (00:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 00:19:00 +0000 (00:19 +0000)
commit915fb302b103cc53b14693a8dad7e2a83d3037d3
treeb9d25877233108425ed36d69dd6a820b843ebf16
parent8bbcc20a9dccd258d5977d1d99520367b9ca9e7e
Fix some really strange indentation that xcode likes to use.

no xcode, this is not right:

   if (!foo) break;
     X;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp