Clean-up: optional: change space to tabs
[lttng-tools.git] / src / common / optional.h
index 0d99fe3224f4e419679d22627a0f4899f0c2a9d2..faa64bf604e424adc2aefcda50b044c028c0a507 100644 (file)
@@ -62,7 +62,7 @@
  * wrapped optional types. It is meant to be used with PODs.
  */
 #define LTTNG_OPTIONAL_GET(optional)                   \
-        ({                                             \
+       ({                                              \
                assert((optional).is_set);              \
                (optional).value;                       \
        })
This page took 0.023351 seconds and 4 git commands to generate.