From def27ed4e2a35b2fe13b71f5bbac3e60ee2f04df Mon Sep 17 00:00:00 2001 From: Dirk Jagdmann Date: Wed, 17 Jun 2020 15:45:04 -0700 Subject: [PATCH] change whitespace --- testcode/lib/em-test.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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";