proto(.h): fix indent (use spaces)

Change-Id: I029a9db40c8ca5a67bb1db69c50d8f08b7f59ab2
Reviewed-on: https://code.wireshark.org/review/23864
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-10-08 11:59:06 +02:00 committed by Michael Mann
parent 6628fdf54b
commit 14107eec71
1 changed files with 2 additions and 2 deletions

View File

@ -717,10 +717,10 @@ typedef struct
/** HIDING PROTOCOL FIELDS IS DEPRECATED, IT'S CONSIDERED TO BE BAD GUI DESIGN!
A user cannot tell by looking at the packet detail that the field exists
and that they can filter on its value. */
#define FI_HIDDEN 0x00000001
#define FI_HIDDEN 0x00000001
/** The protocol field should be displayed as "generated by Wireshark",
* used in field_info.flags. */
#define FI_GENERATED 0x00000002
#define FI_GENERATED 0x00000002
/** The protocol field is actually a URL */
#define FI_URL 0x00000004