Add missing whitespaces for Zeek coding style

This commit is contained in:
Dominik Charousset 2021-03-01 16:43:34 +01:00
parent 59d114005e
commit 83d7d2da4c
7 changed files with 21 additions and 23 deletions

View file

@ -61,7 +61,6 @@ public:
private:
explicit IntCounter(Impl* ptr) noexcept : pimpl(ptr)
{
// nop
}
Impl* pimpl;
@ -154,7 +153,6 @@ public:
private:
explicit DblCounter(Impl* ptr) noexcept : pimpl(ptr)
{
// nop
}
Impl* pimpl;