main: fix tab -> spaces
Michael
This commit is contained in:
parent
073233b9f1
commit
c853cec164
@ -330,7 +330,7 @@ main (int argc, char **argv)
|
||||
|
||||
log_message (LOG_INFO, "Initializing " PACKAGE " ...");
|
||||
|
||||
ret = load_config_file(config.config_file, &config);
|
||||
ret = load_config_file(config.config_file, &config);
|
||||
if (ret != 0) {
|
||||
exit (EX_SOFTWARE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user