mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-28 08:16:18 -04:00
Improve spacing in comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26091 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
26230ae048
commit
2e8bd81d4d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
#define ROTATE /* define this for the new, rotated format */
|
#define ROTATE /* define this for the new, rotated format */
|
||||||
|
|
||||||
/* BEGIN font.h*/
|
/* BEGIN font.h*/
|
||||||
/* loadable font magic and version #*/
|
/* loadable font magic and version number */
|
||||||
#ifdef ROTATE
|
#ifdef ROTATE
|
||||||
#define VERSION "RB12" /* newer version */
|
#define VERSION "RB12" /* newer version */
|
||||||
#else
|
#else
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/*
|
/*
|
||||||
* bitmap_t helper macros
|
* bitmap_t helper macros
|
||||||
*/
|
*/
|
||||||
typedef unsigned short bitmap_t; /* bitmap image unit size*/
|
typedef unsigned short bitmap_t; /* bitmap image unit size */
|
||||||
|
|
||||||
/* Number of words to hold a pixel line of width x pixels */
|
/* Number of words to hold a pixel line of width x pixels */
|
||||||
#define BITMAP_BITSPERIMAGE (sizeof(bitmap_t) * 8)
|
#define BITMAP_BITSPERIMAGE (sizeof(bitmap_t) * 8)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue