Cleanup: Missing whitespace
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 1 Dec 2014 21:16:16 +0000 (16:16 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 1 Dec 2014 21:16:16 +0000 (16:16 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/config/config.c

index 431cd2989b1329bb400ad6658bd8bda2610dc89a..86b1be8b5c41c218cc2f6252188410e2ce2a741e 100644 (file)
@@ -1284,7 +1284,7 @@ int create_session(const char *name,
                int i;
                struct lttng_domain *domain;
                struct lttng_domain *domains[] =
-                       { kernel_domain, ust_domain, jul_domain, log4j_domain};
+                       { kernel_domain, ust_domain, jul_domain, log4j_domain };
 
                /* network destination */
                if (live_timer_interval && live_timer_interval != UINT64_MAX) {
This page took 0.027609 seconds and 5 git commands to generate.