Clean-up: missing space between cast operator and operand
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 7 Mar 2016 17:47:42 +0000 (12:47 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Mar 2016 03:09:02 +0000 (22:09 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c

index e3995bdf612d0e82a2fea38e0c4008fd4795b8f2..285467fbbacac990864a0871d18f200a0eb7f67b 100644 (file)
@@ -5955,7 +5955,7 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess,
                }
 
                /* Get channel */
-               lttng_ht_lookup(ua_sess->channels, (void *)uchan->name, &uiter);
+               lttng_ht_lookup(ua_sess->channels, (void *) uchan->name, &uiter);
                ua_chan_node = lttng_ht_iter_get_node_str(&uiter);
                /* If the session is found for the app, the channel must be there */
                assert(ua_chan_node);
This page took 0.02875 seconds and 4 git commands to generate.