Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / string-utils / format.hpp
index 244652332f1eee0d60a541baef9e53739b82b8b3..2cc9ed66ef2cd7c303166150b2bcd364b2a19b69 100644 (file)
@@ -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 */
This page took 0.023931 seconds and 4 git commands to generate.