[llvm] r198927 - Whitespace.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jan 10 02:38:29 PST 2014


Author: chapuni
Date: Fri Jan 10 04:38:28 2014
New Revision: 198927

URL: http://llvm.org/viewvc/llvm-project?rev=198927&view=rev
Log:
Whitespace.

Modified:
    llvm/trunk/tools/lli/lli.cpp

Modified: llvm/trunk/tools/lli/lli.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/lli.cpp?rev=198927&r1=198926&r2=198927&view=diff
==============================================================================
--- llvm/trunk/tools/lli/lli.cpp (original)
+++ llvm/trunk/tools/lli/lli.cpp Fri Jan 10 04:38:28 2014
@@ -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() {}
 





More information about the llvm-commits mailing list