Commit 43ec3fd9 authored by Vincent Pelletier's avatar Vincent Pelletier

Style: missing space.

parent 1daeace3
......@@ -65,7 +65,7 @@ static void __attribute__ ((constructor)) init(void) {
}
int open(const char *__file, int __oflag, ...) {
if(strcmp(__file, ORIGINAL_HOSTS_PATH) == 0)
if (strcmp(__file, ORIGINAL_HOSTS_PATH) == 0)
__file = replacement_hosts;
if (__oflag & (O_CREAT | PURE_O_TMPFILE)) {
va_list ap;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment