misc: remove GNU Indent directives
[vpp.git] / src / plugins / ioam / lib-trace / trace_util.h
index 61f18d9..869ea71 100644 (file)
@@ -75,14 +75,12 @@ int trace_profile_create (trace_profile * profile, u8 trace_type, u8 num_elts,
 
 void clear_trace_profiles (void);
 
-/* *INDENT-OFF* */
 typedef CLIB_PACKED (struct
 {
   u8 ioam_trace_type;
   u8 data_list_elts_left;
   u32 elts[0]; /* Variable type. So keep it generic */
 }) ioam_trace_hdr_t;
-/* *INDENT-ON* */