# HG changeset patch # User ben # Date 1178659341 0 # Node ID 1d86fb12e4ae1189c49f20a4ec40e75904610ba9 # Parent 207fc9761f270d436baec73015cd45c7d6128aed cosmetic: use K&R coding style, as in reste of the file diff -r 207fc9761f27 -r 1d86fb12e4ae command.c --- a/command.c Tue May 08 21:18:06 2007 +0000 +++ b/command.c Tue May 08 21:22:21 2007 +0000 @@ -1943,8 +1943,7 @@ tv_set_freq((tvi_handle_t *) (mpctx->demuxer->priv), cmd->args[0].v.f * 16.0); #ifdef HAVE_PVR - else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) - { + else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) { pvr_set_freq (mpctx->stream, ROUND (cmd->args[0].v.f)); set_osd_msg (OSD_MSG_TV_CHANNEL, 1, osd_duration, "%s: %s", pvr_get_current_channelname (mpctx->stream), @@ -1958,8 +1957,7 @@ tv_step_freq((tvi_handle_t *) (mpctx->demuxer->priv), cmd->args[0].v.f * 16.0); #ifdef HAVE_PVR - else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) - { + else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) { pvr_force_freq_step (mpctx->stream, ROUND (cmd->args[0].v.f)); set_osd_msg (OSD_MSG_TV_CHANNEL, 1, osd_duration, "%s: f %d", pvr_get_current_channelname (mpctx->stream), @@ -1994,8 +1992,7 @@ } #ifdef HAVE_PVR else if (mpctx->stream && - mpctx->stream->type == STREAMTYPE_PVR) - { + mpctx->stream->type == STREAMTYPE_PVR) { pvr_set_channel_step (mpctx->stream, cmd->args[0].v.i); set_osd_msg (OSD_MSG_TV_CHANNEL, 1, osd_duration, "%s: %s", pvr_get_current_channelname (mpctx->stream), @@ -2036,8 +2033,7 @@ } } #ifdef HAVE_PVR - else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) - { + else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) { pvr_set_channel (mpctx->stream, cmd->args[0].v.s); set_osd_msg (OSD_MSG_TV_CHANNEL, 1, osd_duration, "%s: %s", pvr_get_current_channelname (mpctx->stream), @@ -2075,8 +2071,7 @@ } } #ifdef HAVE_PVR - else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) - { + else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) { pvr_set_lastchannel (mpctx->stream); set_osd_msg (OSD_MSG_TV_CHANNEL, 1, osd_duration, "%s: %s", pvr_get_current_channelname (mpctx->stream),