aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-12-29 07:56:09 +0100
committerMichael Mann <mmann78@netscape.net>2017-12-29 20:39:33 +0000
commitea8d0c51b3a7ec0331e7c09c45a8d05267f6163a (patch)
tree36a77e0b8ddf14a98e5e4a161e25e59150aea00c /epan/proto.h
parent5bdd3332407e22d044df97dfa4e4e08e66352d60 (diff)
proto(.h): fix indent (align...)
Change-Id: Ie3f41b76719a5e91c27b5ae2805f23cd26f1fa11 Reviewed-on: https://code.wireshark.org/review/25059 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 2e6ae3e127..ec688f2aaa 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -542,7 +542,7 @@ WS_DLL_PUBLIC WS_NORETURN void proto_report_dissector_bug(const char *message);
#define ENC_SEP_NONE 0x00010000
#define ENC_SEP_COLON 0x00020000
#define ENC_SEP_DASH 0x00040000
-#define ENC_SEP_DOT 0x00080000
+#define ENC_SEP_DOT 0x00080000
#define ENC_SEP_SPACE 0x00100000
/* a convenience macro for the above */
#define ENC_SEP_MASK 0x001F0000