mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
Whitespace fixup
This commit is contained in:
parent
a981fa0a45
commit
97433dc5ef
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user