tabs to spaces [whoops]

develop
Susan 2021-01-16 23:47:41 +00:00
parent 7a14bf475f
commit 84b07005d8
1 changed files with 3 additions and 3 deletions

@ -283,9 +283,9 @@ DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_chan
{
switch (event) {
case SC_MAP_LOADED:
if(running)
out.print("seedwatch supervision started.\n");
break;
if(running)
out.print("seedwatch supervision started.\n");
break;
case SC_MAP_UNLOADED:
if (running)
out.printerr("seedwatch deactivated due to game load/unload\n");