diff options
author | Devang Patel <dpatel@apple.com> | 2012-02-08 00:17:07 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2012-02-08 00:17:07 +0000 |
commit | 9f99721a1882cdef9f7cca25de7ea43627d23958 (patch) | |
tree | a0326e1a9f009aab710dd61938e2f1492fa5f2ec /include/llvm/Analysis/DebugInfo.h | |
parent | 60c8fa6bb9db791acf6846fe250c184e3f1df168 (diff) | |
download | external_llvm-9f99721a1882cdef9f7cca25de7ea43627d23958.tar.gz external_llvm-9f99721a1882cdef9f7cca25de7ea43627d23958.tar.bz2 external_llvm-9f99721a1882cdef9f7cca25de7ea43627d23958.zip |
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DebugInfo.h')
-rw-r--r-- | include/llvm/Analysis/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 9e5e1f997b..1bbe8dfa1d 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -363,7 +363,7 @@ namespace llvm { StringRef getObjCPropertyName() const { if (getVersion() > LLVMDebugVersion11) - return StringRef(); + return StringRef(); return getStringField(10); } StringRef getObjCPropertyGetterName() const { |