gatchat: Fix minor style issue

This commit is contained in:
Denis Kenzior 2011-11-14 20:11:39 -06:00
parent 16016c9cf8
commit a1010dd727
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ struct ppp_chap {
};
enum chap_code {
CHALLENGE=1,
CHALLENGE = 1,
RESPONSE,
SUCCESS,
FAILURE