Fix typos
[libside.git] / src / tracer.c
index 32e49697976a2411e6b2e8bbc1772cfc530b9fdf..1967e81b1cbc0bc846e5d7ef2e636ab5c8873c21 100644 (file)
@@ -1787,7 +1787,7 @@ void tracer_event_notification(enum side_tracer_notification notif,
                        continue;
                printf("provider: %s, event: %s\n",
                        event->provider_name, event->event_name);
-               if  (notif == SIDE_TRACER_NOTIFICATION_INSERT_EVENTS) {
+               if (notif == SIDE_TRACER_NOTIFICATION_INSERT_EVENTS) {
                        if (event->flags & SIDE_EVENT_FLAG_VARIADIC) {
                                ret = side_tracer_callback_variadic_register(event, tracer_call_variadic, NULL);
                                if (ret)
This page took 0.022132 seconds and 4 git commands to generate.