On Tue, 2007-05-08 at 14:20 +0200, ben wrote: > Modified: trunk/command.c > + else if (mpctx->stream && mpctx->stream->type == STREAMTYPE_PVR) > + { Use K&R coding style (no separate line for opening brace).