summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-10 10:38:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-10 10:38:28 +0000
commit9f456a94514f4edfc398ea4cfb12ab4b4746c0bb (patch)
tree1f2ca87fef7674c94cd002c0e9952764cdb5c8a9 /tools/lli
parent929ae46f5d7c95957daed19568129149cfd9f9ad (diff)
downloadllvm-9f456a94514f4edfc398ea4cfb12ab4b4746c0bb.tar.gz
llvm-9f456a94514f4edfc398ea4cfb12ab4b4746c0bb.tar.bz2
llvm-9f456a94514f4edfc398ea4cfb12ab4b4746c0bb.tar.xz
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/lli.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index 0227261f48..c90cc87a17 100644
--- a/tools/lli/lli.cpp
+++ b/tools/lli/lli.cpp
@@ -250,7 +250,7 @@ namespace {
// directory specified by CacheDir, using a filename provided in the module
// descriptor. The cache tries to load a saved object using that path if the
// file exists. CacheDir defaults to "", in which case objects are cached
-// alongside their originating bitcodes.
+// alongside their originating bitcodes.
//
class LLIObjectCache : public ObjectCache {
public:
@@ -258,7 +258,7 @@ public:
// Add trailing '/' to cache dir if necessary.
if (!this->CacheDir.empty() &&
this->CacheDir[this->CacheDir.size() - 1] != '/')
- this->CacheDir += '/';
+ this->CacheDir += '/';
}
virtual ~LLIObjectCache() {}