summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2019-02-20 20:42:28 +0100
committerThomas Brand <tom@trellis.ch>2019-02-20 20:42:28 +0100
commit09f92317a6f268f831235bb8e2e3501781e27b6d (patch)
tree72fccc53dfb5e452663afac09aaa7e3a827e4611
parent94dcc38539f9443f08dc31123e0c73a875b3f754 (diff)
downloadjack2-09f92317a6f268f831235bb8e2e3501781e27b6d.tar.gz
NO-OP: remove trailing whitespace
-rw-r--r--example-clients/evmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/example-clients/evmon.c b/example-clients/evmon.c
index 92faf1d6..bb4e6104 100644
--- a/example-clients/evmon.c
+++ b/example-clients/evmon.c
@@ -1,6 +1,6 @@
/*
Copyright (C) 2007 Paul Davis
-
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -96,7 +96,7 @@ main (int argc, char *argv[])
fprintf (stderr, "cannot activate client");
return 1;
}
-
+
#ifndef WIN32
signal(SIGINT, signal_handler);
signal(SIGQUIT, signal_handler);