X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fstring-utils%2Fformat.hpp;h=2cc9ed66ef2cd7c303166150b2bcd364b2a19b69;hb=767954d25dee78ad2c5ccfc1ee40a5dbb157ca21;hp=244652332f1eee0d60a541baef9e53739b82b8b3;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;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 */