Michael 2 лет назад
Родитель
Сommit
092a0d72a1
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      client/lobby/SelectionTab.cpp

+ 7 - 7
client/lobby/SelectionTab.cpp

@@ -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;