mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-28 16:01:22 +02:00
Code formatting
This commit is contained in:
@@ -593,10 +593,8 @@ static int PlaybackMetadata(Context_t * context, char ***metadata)
|
||||
int ret = cERR_PLAYBACK_NO_ERROR;
|
||||
|
||||
if (context->container && context->container->selectedContainer)
|
||||
context->container->selectedContainer->Command(context,
|
||||
CONTAINER_GET_METADATA,
|
||||
metadata);
|
||||
return ret;
|
||||
context->container->selectedContainer->Command(context, CONTAINER_GET_METADATA, metadata);
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int32_t Command(void *_context, PlaybackCmd_t command, void *argument)
|
||||
@@ -687,9 +685,11 @@ static int32_t Command(void *_context, PlaybackCmd_t command, void *argument)
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
playback_err("PlaybackCmd %d not supported!\n", command);
|
||||
ret = cERR_PLAYBACK_ERROR;
|
||||
break;
|
||||
}
|
||||
}
|
||||
playback_printf(20, "exiting with value %d\n", ret);
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user