comparison gui/ui/render.c @ 35538:68a63175f140

Cosmetic: Adjust indent.
author ib
date Sun, 09 Dec 2012 12:31:32 +0000
parents 1c2cb32a4af9
children ded4a8c2aa70
comparison
equal deleted inserted replaced
35537:82f34397ebdb 35538:68a63175f140
169 break; 169 break;
170 170
171 case 'a': 171 case 'a':
172 172
173 if (guiInfo.mpcontext) 173 if (guiInfo.mpcontext)
174 mixer = mpctx_get_mixer(guiInfo.mpcontext); 174 mixer = mpctx_get_mixer(guiInfo.mpcontext);
175 175
176 if (mixer && mixer->muted) { 176 if (mixer && mixer->muted) {
177 av_strlcat(trbuf, "n", sizeof(trbuf)); 177 av_strlcat(trbuf, "n", sizeof(trbuf));
178 break; 178 break;
179 } 179 }