X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fstring-utils%2Fformat.hpp;h=2cc9ed66ef2cd7c303166150b2bcd364b2a19b69;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=244652332f1eee0d60a541baef9e53739b82b8b3;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/src/common/string-utils/format.hpp b/src/common/string-utils/format.hpp index 244652332..2cc9ed66e 100644 --- a/src/common/string-utils/format.hpp +++ b/src/common/string-utils/format.hpp @@ -16,6 +16,6 @@ * assumes that no grouping/locale-aware formatting is performed (i.e. using * the `'` specifier in POSIX formatting functions). */ -#define MAX_INT_DEC_LEN(val) ((3 * sizeof(val)) + 2) +#define MAX_INT_DEC_LEN(val) ((3 * sizeof(val)) + 2) #endif /* _STRING_UTILS_FORMAT_H */