From 66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Sun, 27 Jan 2008 19:47:41 +0000 Subject: Removed trailing spaces. svn-id: r30664 --- backends/platform/dc/selector.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/platform/dc/selector.cpp') diff --git a/backends/platform/dc/selector.cpp b/backends/platform/dc/selector.cpp index 334061f328..4bca47afb2 100644 --- a/backends/platform/dc/selector.cpp +++ b/backends/platform/dc/selector.cpp @@ -226,10 +226,10 @@ static int findGames(Game *games, int max) else files.push_back(*entry); } - + GameList candidates; detectGames(files, candidates); - + for (GameList::const_iterator ge = candidates.begin(); ge != candidates.end(); ++ge) if (curr_game < max) { @@ -237,7 +237,7 @@ static int findGames(Game *games, int max) strcpy(games[curr_game].dir, dirs[curr_dir-1].name); if (uniqueGame(games[curr_game].filename_base, games[curr_game].dir, games, curr_game)) { - + strcpy(games[curr_game].text, ge->description().c_str()); #if 0 printf("Registered game <%s> in <%s> <%s> because of <%s> <*>\n", -- cgit v1.2.3