aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/TargetAttributesSema.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-17 08:50:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-17 08:50:50 +0000
commit125b4cb35536e45201f8f2cb19ee620e3ad67c49 (patch)
tree78238f7ee44cce6550381f88d569980b8e40aa15 /lib/Sema/TargetAttributesSema.cpp
parent4c3e0ee8e6208eb42c4adb78a7d35b641fd85ae9 (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.cpp1
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);
}
}
-