Clean-up: missing space between cast operator and operand
[lttng-tools.git] / 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.023754 seconds and 4 git commands to generate.