diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-17 08:50:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-17 08:50:50 +0000 |
commit | 125b4cb35536e45201f8f2cb19ee620e3ad67c49 (patch) | |
tree | 78238f7ee44cce6550381f88d569980b8e40aa15 /lib/Sema/TargetAttributesSema.cpp | |
parent | 4c3e0ee8e6208eb42c4adb78a7d35b641fd85ae9 (diff) |
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/TargetAttributesSema.cpp')
-rw-r--r-- | lib/Sema/TargetAttributesSema.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/TargetAttributesSema.cpp b/lib/Sema/TargetAttributesSema.cpp index bb618027dd..96117ad306 100644 --- a/lib/Sema/TargetAttributesSema.cpp +++ b/lib/Sema/TargetAttributesSema.cpp @@ -275,4 +275,3 @@ const TargetAttributesSema &Sema::getTargetAttributesSema() const { return *(TheTargetAttributesSema = new X86AttributesSema); } } - |