mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-25 16:22:20 +00:00
[CHG] Code format
This commit is contained in:
parent
47ed2a0092
commit
a0396c8d42
1 changed files with 1 additions and 2 deletions
|
@ -144,8 +144,7 @@ typedef struct GRRLIB_bytemapFont {
|
||||||
s8 tracking; /**< Tracking (Add-space after each char) (-128 to 127). */
|
s8 tracking; /**< Tracking (Add-space after each char) (-128 to 127). */
|
||||||
|
|
||||||
GRRLIB_bytemapChar *charDef; /**< Array of bitmap characters. */
|
GRRLIB_bytemapChar *charDef; /**< Array of bitmap characters. */
|
||||||
}
|
} GRRLIB_bytemapChar;
|
||||||
GRRLIB_bytemapFont;
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue