From 47f5bf774d85928ea96ddccb5a85e8d6f9cd2d1b Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 18 Feb 2016 19:44:26 +1100 Subject: [PATCH] evmon.c: Whitespace only --- evmon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/evmon.c b/evmon.c index 7f7b647..35c5c17 100644 --- a/evmon.c +++ b/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 @@ -82,7 +82,7 @@ propchange (jack_uuid_t subject, const char* key, jack_property_change_t change) printf ("All properties changed!\n"); } else { jack_uuid_unparse (subject, buf); - + if (key) { printf ("key [%s] for %s %s\n", key, buf, action); } else { @@ -106,7 +106,7 @@ main (int argc, char *argv[]) } return 1; } - + if (jack_set_port_registration_callback (client, port_callback, NULL)) { fprintf (stderr, "cannot set port registration callback\n"); return 1;