Apply clang-format

This commit is contained in:
Victor Zverovich
2019-12-21 13:10:45 -08:00
parent 74532c23a3
commit 8cf4c52068
8 changed files with 45 additions and 41 deletions
+2 -1
View File
@@ -590,7 +590,8 @@ class custom_printf_arg_formatter : public formatter_t {
if (round(value * pow(10, specs()->precision)) == 0.0) value = 0;
return formatter_t::operator()(value);
}
};
}
;
typedef fmt::basic_format_args<context_t> format_args_t;