summaryrefslogtreecommitdiffstats
path: root/ax25/access.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 15:34:56 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:30:13 +0200
commitf76e0b330f0be28f9f3af3073904ede3a34d48f5 (patch)
tree157597d534cf357a8bfddb1822a41902b4eba93b /ax25/access.h
parent406b11281cf451927ac348f0639161d2f084743f (diff)
Reformat consistently. Strictly whitespace changes only.
Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25/access.h')
-rw-r--r--ax25/access.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ax25/access.h b/ax25/access.h
index d54339d..8859262 100644
--- a/ax25/access.h
+++ b/ax25/access.h
@@ -8,10 +8,10 @@
#define PWFILE "bcpasswd"
/* PWxxx: set bits */
-#define PW_CLEARTEXT 1
-#define PW_SYS 2
-#define PW_MD5 4
-#define PW_UNIX 8
+#define PW_CLEARTEXT 1
+#define PW_SYS 2
+#define PW_MD5 4
+#define PW_UNIX 8
void ask_pw_sys(char *prompt, char *pass_want, char *pw);
void ask_pw_md5(char *prompt, char *pass_want, char *pw);