fix API bitrot and remove extra whitespace

This commit is contained in:
Andrew Meadows 2018-02-07 16:48:43 -08:00
parent 572edab79f
commit f0bb4d3da7

View file

@ -33,7 +33,7 @@ size_t FileCacheTests::getCacheDirectorySize() const {
return result;
}
FileCachePointer makeFileCache(QString& location) {
FileCachePointer makeFileCache(QString location) {
auto result = std::make_shared<FileCache>(location.toStdString(), "tmp");
result->initialize();
result->setMaxSize(MAX_UNUSED_SIZE);