diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-07-21 15:56:13 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-07-21 15:56:13 +0200 |
commit | 749a4b2eda0b3b2d7a796530bb64fdfb4b5f3df4 (patch) | |
tree | 54e98714ecea47f9398185ee3f65eb0a43f5ca86 /protocol.h | |
parent | 50a65c5358beef1cc2859e4bf6e9ae7805c29087 (diff) |
clang-format
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'protocol.h')
-rw-r--r-- | protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #define PROTOCOL_MAGIC 0xBAADC0DE #define PROTOCOL_VERSION 0xDEADCAFE #define PROTOCOL_TIME_STRLEN 32 -#define WINDOW_SIZE (65535*2) +#define WINDOW_SIZE (65535 * 2) #if WINDOW_SIZE > (UINT_MAX) #error "Window size is limited by sizeof(header.body_size)" #endif |