From 14107eec716f5f438273018ec0ddad9638934bf7 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 8 Oct 2017 11:59:06 +0200 Subject: proto(.h): fix indent (use spaces) Change-Id: I029a9db40c8ca5a67bb1db69c50d8f08b7f59ab2 Reviewed-on: https://code.wireshark.org/review/23864 Reviewed-by: Michael Mann --- epan/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') diff --git a/epan/proto.h b/epan/proto.h index 816f1ce65b..075f758d7f 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -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 -- cgit v1.2.3