Whitespace

This commit is contained in:
Christian Ruppert 2012-01-26 20:47:46 +01:00
parent 44019f6542
commit 5d441dd376
2 changed files with 3 additions and 3 deletions

View File

@ -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