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