Przeglądaj źródła

fix indentation

Michael 2 lat temu
rodzic
commit
3484059a40
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      client/lobby/SelectionTab.cpp

+ 2 - 2
client/lobby/SelectionTab.cpp

@@ -326,10 +326,10 @@ void SelectionTab::clickDouble(const Point & cursorPosition)
 
 void SelectionTab::showPopupWindow(const Point & cursorPosition)
 {
-    if(!curItems.size())
+	if(!curItems.size())
 		return;
 		
-    int position = getLine();
+	int position = getLine();
 	int py = position + slider->getValue();
 	
 	std::string text = "{" + curItems[py]->getName() + "}\n\n" + curItems[py]->fileURI;