浏览代码

fix indentation

Michael 2 年之前
父节点
当前提交
3484059a40
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;