clang-tidy: apply suggested fixes
[lttng-tools.git] / include / lttng / channel.h
index a6a6f04fcb185cec5b412ea31401897aef84634b..58917ae045ccec627fe467f28708a6120b31bd97 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *
  * The structures should be initialized to zero before use.
  */
-#define LTTNG_CHANNEL_ATTR_PADDING1 LTTNG_SYMBOL_NAME_LEN + 12
+#define LTTNG_CHANNEL_ATTR_PADDING1 (LTTNG_SYMBOL_NAME_LEN + 12)
 
 /*!
 @brief
This page took 0.023968 seconds and 4 git commands to generate.