mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Clang format it all
This commit is contained in:
parent
12494aac45
commit
5cdc6e150e
18 changed files with 323 additions and 313 deletions
|
@ -26,9 +26,13 @@ public:
|
|||
*/
|
||||
int FD() const
|
||||
#if ! defined(_MSC_VER)
|
||||
{ return pipe.ReadFD(); }
|
||||
{
|
||||
return pipe.ReadFD();
|
||||
}
|
||||
#else
|
||||
{ return recvfd; }
|
||||
{
|
||||
return recvfd;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue