Whitespace.

llvm-svn: 198927
This commit is contained in:
NAKAMURA Takumi 2014-01-10 10:38:28 +00:00
parent 52f9d3818b
commit f462f9c7e0
1 changed files with 2 additions and 2 deletions

View 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() {}