summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-08-06 11:34:26 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2016-08-07 14:54:46 +0100
commit0e76523e4c12120870a03a5f51143c6283c2704e (patch)
tree4fc2ddb1c49d52ebda97498fdbac52665bb5b596 /utils
parentcc3c1eb99b01ea2dbcb5751a37f2d0eed6744354 (diff)
downloadnetsurf-0e76523e4c12120870a03a5f51143c6283c2704e.tar.gz
netsurf-0e76523e4c12120870a03a5f51143c6283c2704e.tar.bz2
Indentation: spaces to tabs.
Diffstat (limited to 'utils')
-rw-r--r--utils/utils.c6
1 files 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;
}