# HG changeset patch # User ib # Date 1395875953 0 # Node ID c17e58ec1e6557aa9deb21da2133949efd5103a0 # Parent 896b8c73943e6fd17d6910b04dc9be044568d985 Cosmetic: Adjust indent. diff -r 896b8c73943e -r c17e58ec1e65 gui/skin/font.c --- 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; }