Browse Source

evmon.c: Whitespace only

pull/7/head
Erik de Castro Lopo 10 years ago
parent
commit
47f5bf774d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      evmon.c

+ 3
- 3
evmon.c View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2007 Paul Davis Copyright (C) 2007 Paul Davis
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or 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"); printf ("All properties changed!\n");
} else { } else {
jack_uuid_unparse (subject, buf); jack_uuid_unparse (subject, buf);
if (key) { if (key) {
printf ("key [%s] for %s %s\n", key, buf, action); printf ("key [%s] for %s %s\n", key, buf, action);
} else { } else {
@@ -106,7 +106,7 @@ main (int argc, char *argv[])
} }
return 1; return 1;
} }
if (jack_set_port_registration_callback (client, port_callback, NULL)) { if (jack_set_port_registration_callback (client, port_callback, NULL)) {
fprintf (stderr, "cannot set port registration callback\n"); fprintf (stderr, "cannot set port registration callback\n");
return 1; return 1;


Loading…
Cancel
Save