From 323f9f990fb28583bfaaaad04f9934c0f0e62052 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 4 Sep 2009 14:50:23 +0200 Subject: replaces four spaces by tabs, where appropriate --- src/libstrongswan/utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libstrongswan/utils.h') diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index 71aeb60f7..c506761c0 100644 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -354,7 +354,7 @@ bool ref_put(refcount_t *ref); * printf hook for time_t. * * Arguments are: - * time_t* time, bool utc + * time_t* time, bool utc */ int time_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, const void *const *args); @@ -363,7 +363,7 @@ int time_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, * printf hook for time_t deltas. * * Arguments are: - * time_t* begin, time_t* end + * time_t* begin, time_t* end */ int time_delta_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, const void *const *args); @@ -372,7 +372,7 @@ int time_delta_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, * printf hook for memory areas. * * Arguments are: - * u_char *ptr, int len + * u_char *ptr, int len */ int mem_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, const void *const *args); -- cgit v1.2.3