diff --git a/testcode/lib/em-test.c b/testcode/lib/em-test.c index d71045f7a..2da9138e1 100644 --- a/testcode/lib/em-test.c +++ b/testcode/lib/em-test.c @@ -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";