looks good

On Thu, 2009-04-23 at 15:49 +0200, Jim Meyering wrote:
> You know that "make check" patch I just posted?
> Well, the copied code is slightly different, so that
> made the new "make check" test fail.
> 
> Unless someone objects, I'll apply this shortly:
> 
> From 16a9d0019795f8df833c4b7cbcc4b1be15919119 Mon Sep 17 00:00:00 2001
> From: Jim Meyering <[email protected]>
> Date: Thu, 23 Apr 2009 15:46:23 +0200
> Subject: [PATCH] logsys.c: indent consistently
> 
> * exec/logsys.c (_logsys_log_printf): Indent with TABs to be
> consistent with copied-from function, _logsys_log_vprintf.
> ---
>  exec/logsys.c |   14 +++++++-------
>  1 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/exec/logsys.c b/exec/logsys.c
> index 09fcd23..994cf21 100644
> --- a/exec/logsys.c
> +++ b/exec/logsys.c
> @@ -1120,13 +1120,13 @@ void _logsys_log_vprintf (
>  }
> 
>  void _logsys_log_printf (
> -        int subsysid,
> -        const char *function_name,
> -        const char *file_name,
> -        int file_line,
> -        unsigned int level,
> -        const char *format,
> -        ...)
> +     int subsysid,
> +     const char *function_name,
> +     const char *file_name,
> +     int file_line,
> +     unsigned int level,
> +     const char *format,
> +     ...)
>  {
>       char logsys_print_buffer[COMBINE_BUFFER_SIZE];
>       unsigned int len;
> --
> 1.6.3.rc1.205.g37f8
> _______________________________________________
> Openais mailing list
> [email protected]
> https://lists.linux-foundation.org/mailman/listinfo/openais

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to