Whitespace
This commit is contained in:
parent
44019f6542
commit
5d441dd376
@ -347,7 +347,7 @@ rc_config_load(const char *file)
|
||||
|
||||
#ifdef __linux__
|
||||
/* Only override rc.conf settings */
|
||||
if(strcmp(file, RC_CONF) == 0) {
|
||||
if (strcmp(file, RC_CONF) == 0) {
|
||||
config = rc_config_override(config);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user