From 500457906fbe7325b605b751d7e2ad70755eb6d7 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Fri, 27 Apr 2012 10:36:52 -0400 Subject: [PATCH] hidd: Fix indentation --- compat/hidd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/hidd.c b/compat/hidd.c index fd1b28c70..f8a0dfd5a 100644 --- a/compat/hidd.c +++ b/compat/hidd.c @@ -811,7 +811,7 @@ int main(int argc, char *argv[]) if (detach) { if (daemon(0, 0)) { perror("Can't start daemon"); - exit(1); + exit(1); } } else log_option |= LOG_PERROR; -- 2.47.3