mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
change whitespace
This commit is contained in:
parent
070264acc4
commit
def27ed4e2
@ -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_NO_DRIVER: return "no driver";
|
||||
case EM_ERR_CANNOT_LOAD: return "cannot load";
|
||||
|
Loading…
x
Reference in New Issue
Block a user