clang-tidy: apply suggested fixes
[lttng-tools.git] / include / lttng / health-internal.hpp
index eee164cb141d4b86ed009d52d31c8ccfa9f5508e..ac260dcf81be70b882f56b0e12342d298b8081d2 100644 (file)
@@ -26,7 +26,7 @@
 #define HEALTH_POLL_VALUE (1UL << 0)
 #define HEALTH_CODE_VALUE (1UL << 1)
 
-#define HEALTH_IS_IN_POLL(x) ((x) &HEALTH_POLL_VALUE)
+#define HEALTH_IS_IN_POLL(x) ((x) & HEALTH_POLL_VALUE)
 
 struct health_app;
 
This page took 0.02447 seconds and 4 git commands to generate.