Code style changes

Tabs to white-space.
BSD style.
This commit is contained in:
apartfromtime 2022-05-22 05:52:25 +10:00
parent 809588798e
commit 7e1bc6911b
2 changed files with 7 additions and 6 deletions

View file

@ -86,11 +86,11 @@ typedef struct
typedef struct
{
menucommon_s generic;
char * focuspic;
char * errorpic;
int width;
int height;
menucommon_s generic;
char * focuspic;
char * errorpic;
int width;
int height;
} menubitmap_s;
typedef struct

View file

@ -607,7 +607,8 @@ InitMainMenu(void)
{
Draw_GetPicSize(&w, &h, names[i]);
if (w > widest) {
if (w > widest)
{
widest = w;
}
}