From cd67471b63d81a1acb0a0f96dc960dcce21519bb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Mar 2016 18:14:01 -0400 Subject: Delete trailing whitespace --- src/jalv_console.c | 4 ++-- src/zix/common.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jalv_console.c b/src/jalv_console.c index aa47483..ef02d8b 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -191,11 +191,11 @@ jalv_open_ui(Jalv* jalv) break; } } - } + } // Caller waits on the done sem, so increment it again to exit zix_sem_post(jalv->done); - + return 0; } diff --git a/src/zix/common.h b/src/zix/common.h index 8ec40a1..2d72a57 100644 --- a/src/zix/common.h +++ b/src/zix/common.h @@ -83,7 +83,7 @@ zix_strerror(const ZixStatus status) } return "Unknown error"; } - + /** Function for comparing two elements. */ -- cgit v1.2.1