clang-format

This commit is contained in:
gabime 2020-04-12 02:21:48 +03:00
parent d38bd138cd
commit 8bc1ca0e44
2 changed files with 1 additions and 3 deletions

View File

@ -659,7 +659,6 @@ public:
} }
}; };
// Current pid // Current pid
template<typename ScopedPadder> template<typename ScopedPadder>
class pid_formatter final : public flag_formatter class pid_formatter final : public flag_formatter
@ -694,7 +693,6 @@ public:
} }
}; };
template<typename ScopedPadder> template<typename ScopedPadder>
class v_formatter final : public flag_formatter class v_formatter final : public flag_formatter
{ {