summaryrefslogtreecommitdiffstats
path: root/hcid/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/parser.y')
-rw-r--r--hcid/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/parser.y b/hcid/parser.y
index 7c33278e..c5bb80a4 100644
--- a/hcid/parser.y
+++ b/hcid/parser.y
@@ -318,7 +318,7 @@ int read_config(char *file)
{
extern FILE *yyin;
- if( !(yyin = fopen(file,"r")) ){
+ if (!(yyin = fopen(file, "r"))) {
syslog(LOG_ERR,"Can not open %s", file);
return -1;
}