Stripped some trailing whitespace

This commit is contained in:
Klaus Schmidinger 2006-04-17 12:19:31 +02:00
parent 5355b3345c
commit e84a565bfa
10 changed files with 18 additions and 19 deletions

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: channels.c 1.50 2006/04/14 10:44:57 kls Exp $
* $Id: channels.c 1.51 2006/04/17 12:18:57 kls Exp $
*/
#include "channels.h"

2
epg.c
View File

@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
* $Id: epg.c 1.70 2006/03/26 14:06:11 kls Exp $
* $Id: epg.c 1.71 2006/04/17 12:18:59 kls Exp $
*/
#include "epg.h"

View File

@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: epg2html.pl 1.6 2004/03/28 11:15:01 kls Exp $
# $Id: epg2html.pl 1.7 2006/04/17 12:19:08 kls Exp $
@Index = ();
@ -95,4 +95,3 @@ print INDEX "<html>\n<head><title>EPG Index</title><head>\n<body>\n";
print INDEX sort { lc($a) cmp lc($b) } @Index;
print INDEX "</body>\n</html>\n";
close(INDEX);

View File

@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* $Id: descriptor.c 1.19 2006/04/14 10:53:44 kls Exp $
* $Id: descriptor.c 1.20 2006/04/17 12:19:15 kls Exp $
* *
***************************************************************************/

View File

@ -10,7 +10,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: summary2info.pl 1.5 2005/09/17 09:20:31 kls Exp $
# $Id: summary2info.pl 1.6 2006/04/17 12:19:24 kls Exp $
$VideoDir = $ARGV[0] || die "please provide the name of the video directory\n";

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: tools.c 1.115 2006/03/19 12:28:16 kls Exp $
* $Id: tools.c 1.116 2006/04/17 12:19:31 kls Exp $
*/
#include "tools.h"