Fix whitespace.

Change-Id: Ic30151ee08d4561740f8a27ca5f57c695dd0e19b
Reviewed-on: https://code.wireshark.org/review/33943
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-07-15 01:01:25 -07:00
parent e26e0b4de0
commit 1d4d43c2d8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
*/
#define XDLC_I_MASK 0x01 /**< Mask to test for I or not I */
#define XDLC_I 0x00 /**< Information frames */
#define XDLC_S_U_MASK 0x03 /**< Mask to test for S or U */
#define XDLC_S_U_MASK 0x03 /**< Mask to test for S or U */
#define XDLC_S 0x01 /**< Supervisory frames */
#define XDLC_U 0x03 /**< Unnumbered frames */