[linux-cifs-client] [PATCH] Cosmetic alignment patch.

Jeff Layton jlayton at samba.org
Fri May 14 13:42:15 MDT 2010


On Thu, 13 May 2010 03:51:28 -0400
Scott Lovenberg <scott.lovenberg at gmail.com> wrote:

> Align CRED_ macro values to keep style consistent with last patch.
> 
> Signed-off-by: Scott Lovenberg <scott.lovenberg at gmail.com>
> ---
>  mount.cifs.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/mount.cifs.c b/mount.cifs.c
> index ff98ab8..a9f4d37 100644
> --- a/mount.cifs.c
> +++ b/mount.cifs.c
> @@ -125,9 +125,9 @@
>   * Values for parsing a credentials file.
>   */
>  #define CRED_UNPARSEABLE 0
> -#define CRED_USER 1
> -#define CRED_PASS 2
> -#define CRED_DOM 4
> +#define CRED_USER        1
> +#define CRED_PASS        2
> +#define CRED_DOM         4
>  
>  /*
>   * Values for parsing command line options.

Committed.

-- 
Jeff Layton <jlayton at samba.org>


More information about the linux-cifs-client mailing list