From 0e76523e4c12120870a03a5f51143c6283c2704e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 6 Aug 2016 11:34:26 +0100 Subject: Indentation: spaces to tabs. --- utils/utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/utils.c b/utils/utils.c index 0ddec8194..f2a09421b 100644 --- a/utils/utils.c +++ b/utils/utils.c @@ -571,9 +571,9 @@ nserror nsc_strntimet(const char *str, size_t size, time_t *timep) if (result == -1) { return NSERROR_INVALID; - } + } - *timep = result; + *timep = result; - return NSERROR_OK; + return NSERROR_OK; } -- cgit v1.2.3