Fixed indentation. I am making this a separate commit so the next commit will show the actual code changes.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@475 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne 2008-09-07 21:02:57 +00:00
parent ac83588c3a
commit 64390ff77d
1 changed files with 18 additions and 20 deletions

View File

@ -85,5 +85,3 @@ int main(int argc, char* argv[])
cmdline_parser_free (&args_info);
return(0);
}