Whitespace.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 10 Jan 2014 10:38:28 +0000 (10:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 10 Jan 2014 10:38:28 +0000 (10:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198927 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/lli.cpp

index 0227261f4859d236d1339c0aae50bc2a00882dfd..c90cc87a175a6c6f2fff407cb5d83f65762f83dd 100644 (file)
@@ -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() {}