From a1010dd72702dcc0a3d773c938e926cd9aecfdaa Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 14 Nov 2011 20:11:39 -0600 Subject: [PATCH] gatchat: Fix minor style issue --- gatchat/ppp_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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