Mercurial > mplayer.hg
changeset 35786:21d852a58d32
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Fri, 25 Jan 2013 14:51:03 +0000 |
parents | 24b744af09a7 |
children | c9d3bf288d36 |
files | gui/skin/skin.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/skin/skin.c Fri Jan 25 14:47:30 2013 +0000 +++ b/gui/skin/skin.c Fri Jan 25 14:51:03 2013 +0000 @@ -309,14 +309,14 @@ currWin->width = 0; currWin->height = 0; } else { - av_strlcpy(file, path, sizeof(file)); - av_strlcat(file, fname, sizeof(file)); + av_strlcpy(file, path, sizeof(file)); + av_strlcat(file, fname, sizeof(file)); - if (skinImageRead(file, &currWin->Bitmap) != 0) - return 1; + if (skinImageRead(file, &currWin->Bitmap) != 0) + return 1; - currWin->width = currWin->Bitmap.Width; - currWin->height = currWin->Bitmap.Height; + currWin->width = currWin->Bitmap.Width; + currWin->height = currWin->Bitmap.Height; } if (is_video) {