From 799ec6a0ceebd740b0a0de4c9ec4e668cf4b8523 Mon Sep 17 00:00:00 2001 From: churl Date: Sun, 19 Jun 2022 13:18:27 +0200 Subject: [PATCH] reformat --- c_os/user/bmp_hhu.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/c_os/user/bmp_hhu.cc b/c_os/user/bmp_hhu.cc index ffdb88f..4a18dbb 100644 --- a/c_os/user/bmp_hhu.cc +++ b/c_os/user/bmp_hhu.cc @@ -1,12 +1,14 @@ /* GIMP RGB C-Source image dump (hhulogo.c) */ static const struct { - unsigned int width; - unsigned int height; - unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */ - unsigned char pixel_data[200 * 52 * 3 + 1]; + unsigned int width; + unsigned int height; + unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */ + unsigned char pixel_data[200 * 52 * 3 + 1]; } hhu = { - 200, 52, 3, + 200, + 52, + 3, "\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376" "\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376" "\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376" @@ -1572,4 +1574,3 @@ static const struct { "\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376" "\376\376\376\376\376\376\376\376\376", }; -