Cleanup: relayd id is never used by write_relayd_metadata_id()
[lttng-tools.git] / src / common / align.h
index fe3267354aad3980a4ba55e28b35cd99bfb1b5b3..928c5b6c131ec36061662f7624fd74a000a87224 100644 (file)
@@ -58,7 +58,7 @@
        ({                                                                     \
                LTTNG_BUILD_RUNTIME_BUG_ON((alignment) == 0                    \
                                   || ((alignment) & ((alignment) - 1)));      \
-               (((align_drift) - (alignment)) & ((alignment) - 1)           \
+               (((align_drift) - (alignment)) & ((alignment) - 1));           \
        })
 
 #endif /* _LTTNG_ALIGN_H */
This page took 0.022674 seconds and 4 git commands to generate.