Apply formatting

This commit is contained in:
Andrey Borodin 2020-07-16 18:22:48 +05:00 committed by kirill reshke
parent 73641e3759
commit c4f1c14d99
1 changed files with 1 additions and 1 deletions

View File

@ -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)