fix indentation

This commit is contained in:
taalas 2015-06-09 14:27:27 +02:00
parent 5be78e9c53
commit d2d448ee1c

View file

@ -387,8 +387,8 @@ void SystemData::writeExampleConfig(const std::string& path)
" <theme>nes</theme>\n" " <theme>nes</theme>\n"
"\n" "\n"
" <!-- Specifies if the item is a direct launch item and won't show it's game list but instead\n" " <!-- Specifies if the item is a direct launch item and won't show it's game list but instead\n"
" will launch the command given. If set to true, every tag except for name and command is optional -->\n" " will launch the command given. If set to true, every tag except for name and command is optional -->\n"
" <directlaunch>false</directlaunch>\n" " <directlaunch>false</directlaunch>\n"
" </system>\n" " </system>\n"
"</systemList>\n"; "</systemList>\n";