whitespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick
2012-02-03 05:12:30 +00:00
parent 6c2cf8b1fb
commit 8247e0dca6
8 changed files with 47 additions and 47 deletions

View File

@@ -102,7 +102,7 @@ X86TargetMachine::X86TargetMachine(const Target &T, StringRef TT,
// default to hard float ABI
if (Options.FloatABIType == FloatABI::Default)
this->Options.FloatABIType = FloatABI::Hard;
this->Options.FloatABIType = FloatABI::Hard;
}
//===----------------------------------------------------------------------===//