From f6351aacbb673a8e5c3705824cb52e2741c5b27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sat, 19 Apr 2014 00:37:55 +0200 Subject: [PATCH] fix indentation --- src/logging.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/logging.c b/src/logging.c index f0d44ab..c4ea46c 100644 --- a/src/logging.c +++ b/src/logging.c @@ -159,10 +159,10 @@ struct UCLogDestination *uc_log_new_stderr(int log_level, int log_location) return NULL; } - dest->dest_type = UC_LDEST_STDERR; - dest->type.file.file = stderr; - dest->log_level = log_level;; - dest->log_location = log_location; + dest->dest_type = UC_LDEST_STDERR; + dest->type.file.file = stderr; + dest->log_level = log_level;; + dest->log_location = log_location; return dest; }