eal/windows: add missing SPDX license tag
[dpdk.git] / lib / librte_eal / common / eal_common_trace_ctf.c
index 22615c4..33e419a 100644 (file)
@@ -232,7 +232,7 @@ meta_event_emit(char **meta, int *offset, struct trace_point *tp)
                "    id = %d;\n"
                "    name = \"%s\";\n"
                "    fields := struct {\n"
-               "        %s\n"
+               "%s"
                "    };\n"
                "};\n\n", trace_id_get(tp->handle), tp->name,
                tp->ctf_field != NULL ? tp->ctf_field : "");