diff options
author | Anna Zaks <ganna@apple.com> | 2012-08-03 21:49:42 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-08-03 21:49:42 +0000 |
commit | c1290e006045a72120329ad23aa43c66fbe300be (patch) | |
tree | dc23626f5ca5e4b48e80478aa306eb49dd321b81 /lib/StaticAnalyzer/Core/ProgramState.cpp | |
parent | 148fee988e32efcad45ecf7b3bf714880c657dda (diff) |
[analyzer] Fixup: remove the extra whitespace
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/ProgramState.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/ProgramState.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/StaticAnalyzer/Core/ProgramState.cpp b/lib/StaticAnalyzer/Core/ProgramState.cpp index 5730bc985a..b44c470a90 100644 --- a/lib/StaticAnalyzer/Core/ProgramState.cpp +++ b/lib/StaticAnalyzer/Core/ProgramState.cpp @@ -773,29 +773,3 @@ ProgramStateRef ProgramState::addDynamicTypeInfo(const MemRegion *Reg, } return this; } - - - - - - - - - - - - - - - - - - - - - - - - - - |