mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-19 03:19:06 -06:00
Adapt to new auto coding style
This commit is contained in:
@@ -133,9 +133,7 @@ std::shared_ptr<DownloadManager::FileFuture> DownloadManager::downloadFile(
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
std::shared_ptr<FileFuture> future = std::make_shared<FileFuture>(
|
||||
file.filename().string()
|
||||
);
|
||||
auto future = std::make_shared<FileFuture>(file.filename().string());
|
||||
errno = 0;
|
||||
#ifdef WIN32
|
||||
FILE* fp;
|
||||
|
||||
Reference in New Issue
Block a user