aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-15 18:14:01 -0400
committerDavid Robillard <d@drobilla.net>2016-03-15 18:14:01 -0400
commitcd67471b63d81a1acb0a0f96dc960dcce21519bb (patch)
tree90bfef7a6b995307ddef1bee8fab3c04ea5deec1 /src/jalv_console.c
parent90a4acfe8847c76c8c218eb57e76e243a607a1fc (diff)
downloadjalv-cd67471b63d81a1acb0a0f96dc960dcce21519bb.tar.gz
jalv-cd67471b63d81a1acb0a0f96dc960dcce21519bb.tar.bz2
jalv-cd67471b63d81a1acb0a0f96dc960dcce21519bb.zip
Delete trailing whitespace
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r--src/jalv_console.c4
1 files changed, 2 insertions, 2 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;
}