From: Sebastien GODARD Date: Wed, 15 Feb 2023 17:00:03 +0000 (+0100) Subject: sadf_misc.c: Fix indentation in code X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1a54ff5b0ec7456552dc2db07793269d3429e68;p=sysstat sadf_misc.c: Fix indentation in code Signed-off-by: Sebastien GODARD --- diff --git a/sadf_misc.c b/sadf_misc.c index 2f14348..eb218e0 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -1042,10 +1042,10 @@ __tm_funct_t print_raw_timestamp(void *parm, int action, char *cur_date, PRINT_LOCAL_TIME(flags) ? my_tz : (PRINT_TRUE_TIME(flags) ? file_hdr->sa_tzname : "UTC")); - } - else { - snprintf(pre, sizeof(pre), "%s", cur_time); - } + } + else { + snprintf(pre, sizeof(pre), "%s", cur_time); + } pre[sizeof(pre) - 1] = '\0'; return pre;