1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

whitespace format

This commit is contained in:
Michael 2023-08-11 00:19:24 +02:00 committed by GitHub
parent c260ce5814
commit 092a0d72a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,13 +357,13 @@ void SelectionTab::showPopupWindow(const Point & cursorPosition)
auto SelectionTab::checkSubfolder(std::string path) auto SelectionTab::checkSubfolder(std::string path)
{ {
struct Ret struct Ret
{ {
std::string folderName; std::string folderName;
std::string baseFolder; std::string baseFolder;
bool parentExists; bool parentExists;
bool fileInFolder; bool fileInFolder;
} ret; } ret;
ret.parentExists = (curFolder != ""); ret.parentExists = (curFolder != "");
ret.fileInFolder = false; ret.fileInFolder = false;