Clean-up: consumer metadata cache: change space to tabs
[lttng-tools.git] / src / common / consumer / consumer-metadata-cache.c
index 82221717491c4e215e401d81fc0eebd8e66fe310..03e12db55e7dcc04e66ecc581aa6d022104548ba 100644 (file)
@@ -118,12 +118,12 @@ int consumer_metadata_wakeup_pipe(const struct lttng_consumer_channel *channel)
                                 * the available data.
                                 */
                                ret = 0;
-                        } else {
+                       } else {
                                PERROR("Wake-up UST metadata pipe");
                                ret = -1;
                                goto end;
-                        }
-                }
+                       }
+               }
        }
 
 end:
This page took 0.022849 seconds and 4 git commands to generate.