mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Add missing whitespaces for Zeek coding style
This commit is contained in:
parent
59d114005e
commit
83d7d2da4c
7 changed files with 21 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue