From 0dd5bbaf3ab1288adec3fdf6b25bc09fb98b5e15 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 23 Sep 2020 21:09:17 +0200 Subject: formatting / code style --- src/bitmap.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bitmap.h') diff --git a/src/bitmap.h b/src/bitmap.h index 9f8e312..c6cbd7b 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -10,6 +10,8 @@ #include #include #include +#include +#include #include "dynalloc.h" @@ -36,8 +38,7 @@ #define BITMAP_MONOCHROME 0x01 -struct bitmap_file_header -{ +struct bitmap_file_header { uint8_t error; uint16_t bfType; @@ -57,8 +58,7 @@ struct bitmap_file_header uint32_t tablesc; }; -struct bitmap_image -{ +struct bitmap_image { unsigned int x,y; uint8_t **R; -- cgit v1.2.3