1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-23 09:29:34 +00:00

change whitespace

This commit is contained in:
Dirk Jagdmann 2020-06-17 15:45:04 -07:00 committed by Oliver Schmidt
parent 070264acc4
commit def27ed4e2

View File

@ -43,10 +43,9 @@ static void cmp (unsigned page, register const unsigned* buf,
} }
} }
static const char* em_error(int e) static const char* em_error (int e)
{ {
switch(e) switch (e) {
{
case EM_ERR_OK: return "ok"; case EM_ERR_OK: return "ok";
case EM_ERR_NO_DRIVER: return "no driver"; case EM_ERR_NO_DRIVER: return "no driver";
case EM_ERR_CANNOT_LOAD: return "cannot load"; case EM_ERR_CANNOT_LOAD: return "cannot load";