Reindent
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Jan 2010 12:39:59 +0000 (13:39 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Jan 2010 12:39:59 +0000 (13:39 +0100)
src/log.c

index 05f79d4..6b82bcd 100644 (file)
--- 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)
 {
 
 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)
 {
 }
 
 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)
 }
 
 static void yaz_log_open_check(struct tm *tm, int force, const char *filemode)