From: Adam Dickmeiss Date: Tue, 19 Jan 2010 12:39:59 +0000 (+0100) Subject: Reindent X-Git-Tag: v4.0.0~14 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7cc2958d8f7877fa54a120cbc218ece03a8c0bcf Reindent --- diff --git a/src/log.c b/src/log.c index 05f79d4..6b82bcd 100644 --- a/src/log.c +++ b/src/log.c @@ -265,14 +265,14 @@ void yaz_log_set_handler(void (*func)(int, const char *, void *), void *info) void log_event_start(void (*func)(int, const char *, void *), void *info) { - start_hook_func = func; - start_hook_info = info; + start_hook_func = func; + start_hook_info = info; } void log_event_end(void (*func)(int, const char *, void *), void *info) { - end_hook_func = func; - end_hook_info = info; + end_hook_func = func; + end_hook_info = info; } static void yaz_log_open_check(struct tm *tm, int force, const char *filemode)