diff --git a/common/Jackdmp.cpp b/common/Jackdmp.cpp index 17d1a2cd..5ced5ac3 100644 --- a/common/Jackdmp.cpp +++ b/common/Jackdmp.cpp @@ -419,8 +419,7 @@ int main(int argc, char* argv[]) exit(3); default: if (jack_verbose) - fprintf(stderr, "server `%s' registered\n", - server_name); + fprintf(stderr, "server `%s' registered\n", server_name); } /* clean up shared memory and files from any previous diff --git a/common/shm.c b/common/shm.c index 1c0ad939..627b111e 100644 --- a/common/shm.c +++ b/common/shm.c @@ -288,7 +288,7 @@ jack_server_initialize_shm (void) rc = jack_access_registry (®istry_info); switch (rc) { - case ENOENT: /* registry does not exist */ + case ENOENT: /* registry does not exist */ rc = jack_create_registry (®istry_info); break; case 0: /* existing registry */