(RGUI) Indenting nits

This commit is contained in:
twinaphex 2015-07-08 17:27:34 +02:00
parent 54e6048cd2
commit f2d20786a4
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@
#define TITLE_COLOR(settings) (argb32_to_rgba4444(settings->menu.title_color)) #define TITLE_COLOR(settings) (argb32_to_rgba4444(settings->menu.title_color))
#endif #endif
typedef struct { typedef struct
{
bool force_redraw; bool force_redraw;
char msgbox[4096]; char msgbox[4096];
unsigned last_width; unsigned last_width;