Skip to content

Commit 0bc8bdf

Browse files
committed
Problem: used tabs instead of spaces in config.c additions
1 parent 5fff83e commit 0bc8bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analysisd/config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ int GlobalConf(const char *cfgfile)
3232
Config.prelude = 0;
3333
Config.zeromq_output = 0;
3434
Config.zeromq_output_uri = NULL;
35-
Config.zeromq_output_server_cert = NULL;
36-
Config.zeromq_output_client_cert = NULL;
35+
Config.zeromq_output_server_cert = NULL;
36+
Config.zeromq_output_client_cert = NULL;
3737
Config.jsonout_output = 0;
3838
Config.memorysize = 1024;
3939
Config.mailnotify = -1;

0 commit comments

Comments
 (0)