1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +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

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;