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 | 029d74b264dc211ca7d2357c74a0a5eecc5e7a3c (patch) | |
tree | e2b1c9ba0003d9c6661c5d5aebfd1ee6df3ebb91 /clang/lib/Sema/TargetAttributesSema.cpp | |
parent | 133edddd829db2488f6b487c5b3c2e48d69576db (diff) | |
download | bcm5719-llvm-029d74b264dc211ca7d2357c74a0a5eecc5e7a3c.tar.gz bcm5719-llvm-029d74b264dc211ca7d2357c74a0a5eecc5e7a3c.zip |
Fix whitespace.
llvm-svn: 125741
Diffstat (limited to 'clang/lib/Sema/TargetAttributesSema.cpp')
-rw-r--r-- | clang/lib/Sema/TargetAttributesSema.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/TargetAttributesSema.cpp b/clang/lib/Sema/TargetAttributesSema.cpp index bb618027dd1..96117ad3066 100644 --- a/clang/lib/Sema/TargetAttributesSema.cpp +++ b/clang/lib/Sema/TargetAttributesSema.cpp @@ -275,4 +275,3 @@ const TargetAttributesSema &Sema::getTargetAttributesSema() const { return *(TheTargetAttributesSema = new X86AttributesSema); } } - |