From f49a6cf05fc6e2f77874722ce6bc5c7a08db2a0f Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Thu, 10 Mar 2011 01:30:37 +1100 Subject: [PATCH] formatting cleanup --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.h b/util.h index 0eca0c2..e7ba9f9 100644 --- a/util.h +++ b/util.h @@ -580,7 +580,7 @@ struct gss_eap_sm { #define SM_FLAG_FORCE_SEND_TOKEN 0x00000001 /* send token even if empty */ #define SM_FLAG_STOP_EVAL 0x00000002 /* no more handlers for this state */ #define SM_FLAG_RESTART 0x00000004 /* restart state machine */ -#define SM_FLAG_OUTPUT_TOKEN_CRITICAL 0x00000008 /* output token is critical */ +#define SM_FLAG_OUTPUT_TOKEN_CRITICAL 0x00000008 /* output token is critical */ /* state machine flags, set by state machine */ #define SM_FLAG_INPUT_TOKEN_CRITICAL 0x40000000 /* input token was critical */ -- 2.1.4