From 3439ca0527f103ad79e840092d06a461a36e9d72 Mon Sep 17 00:00:00 2001 From: Scott Lovenberg Date: Fri, 14 May 2010 19:34:26 -0400 Subject: mount.cifs: cosmetic alignment patch Align CRED_ macro values to keep style consistent with last patch. Signed-off-by: Scott Lovenberg --- mount.cifs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mount.cifs.c b/mount.cifs.c index d4ca80a..326b94e 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. -- cgit v1.2.3