diff mbox

[linux-cifs-client] Cosmetic alignment patch.

Message ID 1273737088-7764-1-git-send-email-scott.lovenberg@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Scott Lovenberg May 13, 2010, 7:51 a.m. UTC
None
diff mbox

Patch

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.