Whitespace fixup

This commit is contained in:
Julien BLACHE 2011-04-16 10:17:03 +02:00
parent a981fa0a45
commit 97433dc5ef

View File

@ -199,7 +199,7 @@ fixup_tags(struct media_file_info *mfi)
{ {
if (mfi->orchestra && mfi->conductor) if (mfi->orchestra && mfi->conductor)
{ {
len = strlen(mfi->orchestra) + strlen(sep) + strlen(mfi ->conductor); len = strlen(mfi->orchestra) + strlen(sep) + strlen(mfi->conductor);
tag = (char *)malloc(len + 1); tag = (char *)malloc(len + 1);
if (tag) if (tag)
{ {