1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +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)
{
struct Ret
{
std::string folderName;
std::string baseFolder;
bool parentExists;
bool fileInFolder;
} ret;
struct Ret
{
std::string folderName;
std::string baseFolder;
bool parentExists;
bool fileInFolder;
} ret;
ret.parentExists = (curFolder != "");
ret.fileInFolder = false;