Skip to content

Commit dbb9ab9

Browse files
committed
Clean-up: missing space between cast operator and operand
Signed-off-by: Jérémie Galarneau <[email protected]>
1 parent 480fee0 commit dbb9ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/lttng-sessiond/ust-app.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5955,7 +5955,7 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess,
59555955
}
59565956

59575957
/* Get channel */
5958-
lttng_ht_lookup(ua_sess->channels, (void *)uchan->name, &uiter);
5958+
lttng_ht_lookup(ua_sess->channels, (void *) uchan->name, &uiter);
59595959
ua_chan_node = lttng_ht_iter_get_node_str(&uiter);
59605960
/* If the session is found for the app, the channel must be there */
59615961
assert(ua_chan_node);

0 commit comments

Comments
 (0)