From 49f549c9dccdb54a4f27931f8069baa73d1d1bf8 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 4 Nov 2013 23:19:37 +0100 Subject: Convert stray spaces to corresponding tabs --- src/afc.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/afc.c') diff --git a/src/afc.c b/src/afc.c index e3da184..bdfa30e 100644 --- a/src/afc.c +++ b/src/afc.c @@ -1371,15 +1371,15 @@ afc_error_t afc_set_file_time(afc_client_t client, const char *path, uint64_t mt afc_error_t afc_dictionary_free(char **dictionary) { - int i = 0; + int i = 0; - if (!dictionary) - return AFC_E_INVALID_ARG; + if (!dictionary) + return AFC_E_INVALID_ARG; - for (i = 0; dictionary[i]; i++) { - free(dictionary[i]); - } - free(dictionary); + for (i = 0; dictionary[i]; i++) { + free(dictionary[i]); + } + free(dictionary); - return AFC_E_SUCCESS; + return AFC_E_SUCCESS; } -- cgit v1.1-32-gdbae