fix indentation

This commit is contained in:
Nils O. Selåsdal
2014-04-19 00:37:55 +02:00
parent 008004c6bd
commit 13c601f3b7
+4 -4
View File
@@ -159,10 +159,10 @@ struct UCLogDestination *uc_log_new_stderr(int log_level, int log_location)
return NULL; return NULL;
} }
dest->dest_type = UC_LDEST_STDERR; dest->dest_type = UC_LDEST_STDERR;
dest->type.file.file = stderr; dest->type.file.file = stderr;
dest->log_level = log_level;; dest->log_level = log_level;;
dest->log_location = log_location; dest->log_location = log_location;
return dest; return dest;
} }