1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +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

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