missing a space

This commit is contained in:
Edward Li 2021-04-22 02:21:04 +08:00
parent ba955f6659
commit 2bd77ba9c4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class GameScanner
std::string emptyParentPath = "";
for (const DirectoryTree::item& item : tree)
{
if(running == false)
if (running == false)
break;
if (game_list.size() == 0)