From c4f1c14d99fdf9ff8be3f77875bec729721006b3 Mon Sep 17 00:00:00 2001 From: Andrey Borodin Date: Thu, 16 Jul 2020 18:22:48 +0500 Subject: [PATCH] Apply formatting --- third_party/kiwi/kiwi/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/kiwi/kiwi/io.h b/third_party/kiwi/kiwi/io.h index aea04d68..a8c3d189 100644 --- a/third_party/kiwi/kiwi/io.h +++ b/third_party/kiwi/kiwi/io.h @@ -163,7 +163,7 @@ kiwi_read_startup_size(char *data, uint32_t data_size) return size; } -#define KIWI_LONG_MESSAGE_SIZE 640*1024*1024 /* Outght to be enough */ +#define KIWI_LONG_MESSAGE_SIZE 640 * 1024 * 1024 /* Outght to be enough */ KIWI_API static inline int kiwi_validate_startup_header(char *data, uint32_t data_size, uint32_t *size)