mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Fix formatting
This commit is contained in:
parent
f287994084
commit
506435bf71
@ -16,7 +16,7 @@
|
||||
namespace fmt {
|
||||
template <typename ArgFormatter>
|
||||
void format_value(BasicFormatter<char, ArgFormatter> &f,
|
||||
const char *&format_str, const std::tm &tm) {
|
||||
const char *&format_str, const std::tm &tm) {
|
||||
if (*format_str == ':')
|
||||
++format_str;
|
||||
const char *end = format_str;
|
||||
|
Loading…
Reference in New Issue
Block a user