From patchwork Thu May 13 07:51:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Cosmetic alignment patch. Date: Wed, 12 May 2010 21:51:28 -0000 From: Scott Lovenberg X-Patchwork-Id: 52461 Message-Id: <1273737088-7764-1-git-send-email-scott.lovenberg@gmail.com> To: linux-cifs-client@lists.samba.org Cc: jlayton@samba.org Align CRED_ macro values to keep style consistent with last patch. Signed-off-by: Scott Lovenberg --- 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.