summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gatchat/ppp_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp_auth.c b/gatchat/ppp_auth.c
index 7b256b48..1ddf7624 100644
--- a/gatchat/ppp_auth.c
+++ b/gatchat/ppp_auth.c
@@ -48,7 +48,7 @@ struct ppp_chap {
};
enum chap_code {
- CHALLENGE=1,
+ CHALLENGE = 1,
RESPONSE,
SUCCESS,
FAILURE