From ea8d0c51b3a7ec0331e7c09c45a8d05267f6163a Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 29 Dec 2017 07:56:09 +0100 Subject: proto(.h): fix indent (align...) Change-Id: Ie3f41b76719a5e91c27b5ae2805f23cd26f1fa11 Reviewed-on: https://code.wireshark.org/review/25059 Reviewed-by: Michael Mann --- epan/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/proto.h') 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 -- cgit v1.2.3