Clean-up: optional: change space to tabs
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:22:19 +0000 (12:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:23:14 +0000 (12:23 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I6e08f4cc6198583f3dfd9dd3b02da88244e2aa9d

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)                   \
  * wrapped optional types. It is meant to be used with PODs.
  */
 #define LTTNG_OPTIONAL_GET(optional)                   \
-        ({                                             \
+       ({                                              \
                assert((optional).is_set);              \
                (optional).value;                       \
        })
                assert((optional).is_set);              \
                (optional).value;                       \
        })
This page took 0.026466 seconds and 5 git commands to generate.