trivial: whitespace

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-10-20 10:12:03 +10:30
parent 44bbaeba2c
commit fdd7c65242
3 changed files with 3 additions and 4 deletions

View File

@ -52,8 +52,7 @@ typedef struct {
unsigned conheight;
int maxwarpwidth;
int maxwarpheight;
pixel_t *direct; // direct drawing to framebuffer, if not
// NULL
pixel_t *direct; // direct drawing to framebuffer, if not NULL
} viddef_t;
extern viddef_t vid; // global video state