aboutsummaryrefslogtreecommitdiff
path: root/protocol.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-07-21 15:56:13 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-07-21 15:56:13 +0200
commit749a4b2eda0b3b2d7a796530bb64fdfb4b5f3df4 (patch)
tree54e98714ecea47f9398185ee3f65eb0a43f5ca86 /protocol.h
parent50a65c5358beef1cc2859e4bf6e9ae7805c29087 (diff)
clang-format
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.h b/protocol.h
index 92dcf21..e90411d 100644
--- a/protocol.h
+++ b/protocol.h
@@ -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