aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-10-08 11:59:06 +0200
committerMichael Mann <mmann78@netscape.net>2017-10-08 13:30:54 +0000
commit14107eec716f5f438273018ec0ddad9638934bf7 (patch)
tree8b37f5ec92816f0dd0c9ef202da719ebe6c16ca5 /epan
parent6628fdf54b635a216fdd83eb7d4f392512073787 (diff)
proto(.h): fix indent (use spaces)
Change-Id: I029a9db40c8ca5a67bb1db69c50d8f08b7f59ab2 Reviewed-on: https://code.wireshark.org/review/23864 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/proto.h4
1 files changed, 2 insertions, 2 deletions
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