misc: remove GNU Indent directives
[vpp.git] / src / vppinfra / byte_order.h
index 9beb447..7bc2600 100644 (file)
@@ -173,12 +173,10 @@ _(i64);
 #undef _
 
 /* Dummy endian swap functions for IEEE floating-point numbers */
-/* *INDENT-OFF* */
 always_inline f64 clib_net_to_host_f64 (f64 x) { return x; }
 always_inline f64 clib_host_to_net_f64 (f64 x) { return x; }
 always_inline f32 clib_net_to_host_f32 (f32 x) { return x; }
 always_inline f32 clib_host_to_net_f32 (f32 x) { return x; }
-/* *INDENT-ON* */
 
 #endif /* included_clib_byte_order_h */