Patch: Fix up some alignment of columns ...

Jeremy Allison jra at samba.org
Fri Nov 6 00:03:09 UTC 2015


On Thu, Nov 05, 2015 at 03:33:54PM -0800, Richard Sharpe wrote:
> Hi folks,
> 
> Review and push if OK ...

LGTM.

> Regards,
> Richard Sharpe
> (何以解憂?唯有杜康。--曹操)

> From 51605282728249157330f156c6a647495a09f632 Mon Sep 17 00:00:00 2001
> From: Richard Sharpe <rsharpe at samba.org>
> Date: Thu, 5 Nov 2015 15:30:18 -0800
> Subject: [PATCH] Fix up some aesthetics ... ie, align things as they were
>  intended.
> 
> Signed-off-by: Richard Sharpe <rsharpe at samba.org>
> ---
>  lib/util/debug.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/util/debug.h b/lib/util/debug.h
> index 2a0a05c..95b0a30 100644
> --- a/lib/util/debug.h
> +++ b/lib/util/debug.h
> @@ -223,8 +223,8 @@ extern int  *DEBUGLEVEL_CLASS;
>  
>  #define DBG_ERR(...)		DBG_PREFIX(DBGLVL_ERR,		(__VA_ARGS__))
>  #define DBG_WARNING(...)	DBG_PREFIX(DBGLVL_WARNING,	(__VA_ARGS__))
> -#define DBG_NOTICE(...)	DBG_PREFIX(DBGLVL_NOTICE,	(__VA_ARGS__))
> -#define DBG_INFO(...)		DBG_PREFIX(DBGLVL_INFO,	(__VA_ARGS__))
> +#define DBG_NOTICE(...)		DBG_PREFIX(DBGLVL_NOTICE,	(__VA_ARGS__))
> +#define DBG_INFO(...)		DBG_PREFIX(DBGLVL_INFO,		(__VA_ARGS__))
>  #define DBG_DEBUG(...)		DBG_PREFIX(DBGLVL_DEBUG,	(__VA_ARGS__))
>  
>  /* The following definitions come from lib/debug.c  */
> -- 
> 2.4.3
> 




More information about the samba-technical mailing list