]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/cli-text.c
Whitespace cleanup: Remove all multiple newlines
[pulseaudio] / src / pulsecore / cli-text.c
index 9b31e97d5b5e4f6465a6fc2fb31bf90622cb100c..1cf68d0191eaa929f28d60b6ac6e0fbbd9d61580 100644 (file)
@@ -255,7 +255,6 @@ char *pa_sink_list_to_string(pa_core *c) {
 
         cmn = pa_channel_map_to_pretty_name(&sink->channel_map);
 
-
         pa_strbuf_printf(
             s,
             "  %c index: %u\n"
@@ -470,7 +469,6 @@ char *pa_source_list_to_string(pa_core *c) {
     return pa_strbuf_tostring_free(s);
 }
 
-
 char *pa_source_output_list_to_string(pa_core *c) {
     pa_strbuf *s;
     pa_source_output *o;
@@ -512,7 +510,6 @@ char *pa_source_output_list_to_string(pa_core *c) {
         } else
             volume_str = pa_xstrdup("n/a");
 
-
         pa_strbuf_printf(
             s,
             "    index: %u\n"