mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-08 07:09:18 -05:00
Remove trailing spaces
This commit is contained in:
@ -537,7 +537,11 @@ static bool guiStyleLoaded = false;
|
||||
|
||||
#if defined(RAYGUI_TEXTBOX_EXTENDED)
|
||||
static Rectangle guiTextBoxActive = { 0 }; // Area of the currently active textbox
|
||||
static GuiTextBoxState guiTextBoxState = { .cursor = -1, .start = 0, .index = 0, .select = -1 }; // Keeps state of the active textbox
|
||||
static GuiTextBoxState guiTextBoxState = { // Keeps state of the active textbox
|
||||
.cursor = -1,
|
||||
.start = 0,
|
||||
.index = 0,
|
||||
.select = -1 };
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user