changeset 36983:c17e58ec1e65

Cosmetic: Adjust indent.
author ib
date Wed, 26 Mar 2014 23:19:13 +0000
parents 896b8c73943e
children 3f3a415d605b
files gui/skin/font.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/skin/font.c	Wed Mar 26 23:17:54 2014 +0000
+++ b/gui/skin/font.c	Wed Mar 26 23:19:13 2014 +0000
@@ -69,8 +69,8 @@
     av_strlcpy(Fonts[id]->name, name, MAX_FONT_NAME);
 
     for (i = 0; i < ASCII_CHRS + EXTRA_CHRS; i++) {
-        Fonts[id]->Fnt[i].x  = -1;
-        Fonts[id]->Fnt[i].y  = -1;
+        Fonts[id]->Fnt[i].x = -1;
+        Fonts[id]->Fnt[i].y = -1;
         Fonts[id]->Fnt[i].w = -1;
         Fonts[id]->Fnt[i].h = -1;
     }