mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Clang format it all
This commit is contained in:
parent
12494aac45
commit
5cdc6e150e
18 changed files with 323 additions and 313 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "zeek/plugin/Manager.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#if !defined(_MSC_VER)
|
||||
#if ! defined(_MSC_VER)
|
||||
#include <dlfcn.h>
|
||||
#include <glob.h>
|
||||
#endif
|
||||
|
@ -355,7 +355,7 @@ void Manager::ActivateDynamicPlugins(bool all)
|
|||
for ( const auto& x : requested_plugins )
|
||||
{
|
||||
if ( ! x.empty() )
|
||||
plugins_to_activate.emplace(x, false);
|
||||
plugins_to_activate.emplace(x, false);
|
||||
}
|
||||
|
||||
// Activate plugins that our environment tells us to.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue