Make sure things have tabs instead of spaces

This commit is contained in:
Matt Nadareski
2016-04-04 23:11:29 -07:00
parent 5563f4c63b
commit a5c776a792
6 changed files with 22 additions and 22 deletions

View File

@@ -554,7 +554,7 @@ Make a selection:
JOIN sources
ON games.source=sources.id
WHERE systems.id=" + sldr.GetInt32(0).ToString() + @"
ORDER BY sources.name";
ORDER BY sources.name";
using (SQLiteCommand sslc = new SQLiteCommand(squery, dbc))
{
@@ -889,7 +889,7 @@ Make a selection:
else
{
logger.Error("Source with id '" + srcid + "' could not be removed.");
}
}
}
else
{
@@ -930,7 +930,7 @@ Make a selection:
else
{
logger.Error("System with id '" + sysid + "' could not be removed.");
}
}
}
else
{