mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
whitespace format
This commit is contained in:
parent
c260ce5814
commit
092a0d72a1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user