summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-05-15 06:02:08 +0000
committerTed Kremenek <kremenek@apple.com>2009-05-15 06:02:08 +0000
commit4785e41c12059248f4fdad593986e16116d17d6c (patch)
tree3596ac20146ee65c9c35b57907504786c11c73d0 /clang/lib/Analysis/CFRefCount.cpp
parent2aab87f393db1962e2bb11fea83edc56cf1efae9 (diff)
downloadbcm5719-llvm-4785e41c12059248f4fdad593986e16116d17d6c.tar.gz
bcm5719-llvm-4785e41c12059248f4fdad593986e16116d17d6c.zip
Remove extra whitespace character in string literal. Purely cosmetic.
llvm-svn: 71847
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-rw-r--r--clang/lib/Analysis/CFRefCount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp
index 4b2c394c88a..67b364496ba 100644
--- a/clang/lib/Analysis/CFRefCount.cpp
+++ b/clang/lib/Analysis/CFRefCount.cpp
@@ -3415,7 +3415,7 @@ CFRefCount::HandleAutoreleaseCounts(GRStateRef state, GenericNodeBuilder Bd,
std::string sbuf;
llvm::raw_string_ostream os(sbuf);
- os << "Object over-autoreleased: object was sent -autorelease " ;
+ os << "Object over-autoreleased: object was sent -autorelease";
if (V.getAutoreleaseCount() > 1)
os << V.getAutoreleaseCount() << " times";
os << " but the object has ";
OpenPOWER on IntegriCloud