From: Arran Cudbard-Bell Date: Tue, 7 Feb 2023 21:26:19 +0000 (-0600) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e07d7a74e1217b279091cfcae50ab5cb488914;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/protocols/tacacs/tacacs.h b/src/protocols/tacacs/tacacs.h index 6d505e7d0a7..becbb532d55 100644 --- a/src/protocols/tacacs/tacacs.h +++ b/src/protocols/tacacs/tacacs.h @@ -61,11 +61,11 @@ #define packet_is_encrypted(p) (((p)->hdr.flags & FR_TAC_PLUS_UNENCRYPTED_FLAG) == 0) typedef enum { - FR_TAC_PLUS_INVALID = 0x00, - FR_TAC_PLUS_AUTHEN = 0x01, - FR_TAC_PLUS_AUTHOR = 0x02, - FR_TAC_PLUS_ACCT = 0x03, - FR_TAC_PLUS_MAX = 0x04 + FR_TAC_PLUS_INVALID = 0x00, + FR_TAC_PLUS_AUTHEN = 0x01, + FR_TAC_PLUS_AUTHOR = 0x02, + FR_TAC_PLUS_ACCT = 0x03, + FR_TAC_PLUS_MAX = 0x04 } fr_tacacs_type_t; typedef enum {