1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Cleaned up some trailing white space

This commit is contained in:
Klaus Schmidinger 2006-01-08 11:44:37 +01:00
parent dcda6676b3
commit 2d863532cc
21 changed files with 58 additions and 57 deletions

View File

@ -4133,3 +4133,4 @@ Video Disk Recorder Revision History
(thanks to Reinhard Nissl). (thanks to Reinhard Nissl).
- Added a SleepMs() in cRecorder::Action() to avoid a busy loop (thanks to Ingo - Added a SleepMs() in cRecorder::Action() to avoid a busy loop (thanks to Ingo
Schneider). Schneider).
- Cleaned up some trailing white space.

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: device.c 1.120 2006/01/08 10:11:42 kls Exp $ * $Id: device.c 1.121 2006/01/08 11:39:37 kls Exp $
*/ */
#include "device.h" #include "device.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: dvbplayer.c 1.41 2005/10/31 12:33:48 kls Exp $ * $Id: dvbplayer.c 1.42 2006/01/08 11:39:41 kls Exp $
*/ */
#include "dvbplayer.h" #include "dvbplayer.h"

View File

@ -8,7 +8,7 @@
* *
* parts of this file are derived from the OMS program. * parts of this file are derived from the OMS program.
* *
* $Id: dvbspu.c 1.18 2006/01/05 10:18:21 kls Exp $ * $Id: dvbspu.c 1.19 2006/01/08 11:39:46 kls Exp $
*/ */
#include "dvbspu.h" #include "dvbspu.h"

2
menu.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: menu.c 1.389 2006/01/07 15:38:16 kls Exp $ * $Id: menu.c 1.390 2006/01/08 11:39:57 kls Exp $
*/ */
#include "menu.h" #include "menu.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: osdbase.c 1.27 2006/01/05 15:35:06 kls Exp $ * $Id: osdbase.c 1.28 2006/01/08 11:40:02 kls Exp $
*/ */
#include "osdbase.h" #include "osdbase.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: plugin.c 1.15 2005/08/27 16:13:24 kls Exp $ * $Id: plugin.c 1.16 2006/01/08 11:40:05 kls Exp $
*/ */
#include "plugin.h" #include "plugin.h"

2
rcu.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: rcu.c 1.12 2005/12/31 15:09:32 kls Exp $ * $Id: rcu.c 1.13 2006/01/08 11:40:09 kls Exp $
*/ */
#include "rcu.h" #include "rcu.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: recording.c 1.131 2006/01/03 11:36:12 kls Exp $ * $Id: recording.c 1.132 2006/01/08 11:40:13 kls Exp $
*/ */
#include "recording.h" #include "recording.h"

View File

@ -11,7 +11,7 @@
* The cRepacker family's code was originally written by Reinhard Nissl <rnissl@gmx.de>, * The cRepacker family's code was originally written by Reinhard Nissl <rnissl@gmx.de>,
* and adapted to the VDR coding style by Klaus.Schmidinger@cadsoft.de. * and adapted to the VDR coding style by Klaus.Schmidinger@cadsoft.de.
* *
* $Id: remux.c 1.52 2006/01/03 10:55:45 kls Exp $ * $Id: remux.c 1.53 2006/01/08 11:40:16 kls Exp $
*/ */
#include "remux.h" #include "remux.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: skins.c 1.6 2005/11/27 15:52:25 kls Exp $ * $Id: skins.c 1.7 2006/01/08 11:40:18 kls Exp $
*/ */
#include "skins.h" #include "skins.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: skins.h 1.9 2005/11/27 15:41:44 kls Exp $ * $Id: skins.h 1.10 2006/01/08 11:40:21 kls Exp $
*/ */
#ifndef __SKINS_H #ifndef __SKINS_H

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: thread.h 1.35 2006/01/04 14:58:16 kls Exp $ * $Id: thread.h 1.36 2006/01/08 11:40:23 kls Exp $
*/ */
#ifndef __THREAD_H #ifndef __THREAD_H

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: timers.c 1.40 2006/01/06 14:14:59 kls Exp $ * $Id: timers.c 1.41 2006/01/08 11:40:29 kls Exp $
*/ */
#include "timers.h" #include "timers.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: tools.c 1.108 2006/01/05 10:41:18 kls Exp $ * $Id: tools.c 1.109 2006/01/08 11:40:35 kls Exp $
*/ */
#include "tools.h" #include "tools.h"

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: tools.h 1.88 2005/12/30 11:27:23 kls Exp $ * $Id: tools.h 1.89 2006/01/08 11:40:37 kls Exp $
*/ */
#ifndef __TOOLS_H #ifndef __TOOLS_H

2
vdr.1
View File

@ -8,7 +8,7 @@
.\" License as specified in the file COPYING that comes with the .\" License as specified in the file COPYING that comes with the
.\" vdr distribution. .\" vdr distribution.
.\" .\"
.\" $Id: vdr.1 1.17 2005/12/31 12:55:16 kls Exp $ .\" $Id: vdr.1 1.18 2006/01/08 11:44:34 kls Exp $
.\" .\"
.TH vdr 1 "19 Dec 2004" "1.3.18" "Video Disk Recorder" .TH vdr 1 "19 Dec 2004" "1.3.18" "Video Disk Recorder"
.SH NAME .SH NAME

2
vdr.5
View File

@ -8,7 +8,7 @@
.\" License as specified in the file COPYING that comes with the .\" License as specified in the file COPYING that comes with the
.\" vdr distribution. .\" vdr distribution.
.\" .\"
.\" $Id: vdr.5 1.42 2006/01/07 12:30:49 kls Exp $ .\" $Id: vdr.5 1.43 2006/01/08 11:44:37 kls Exp $
.\" .\"
.TH vdr 5 "19 Mar 2005" "1.3.38" "Video Disk Recorder Files" .TH vdr 5 "19 Mar 2005" "1.3.38" "Video Disk Recorder Files"
.SH NAME .SH NAME

2
vdr.c
View File

@ -22,7 +22,7 @@
* *
* The project's page is at http://www.cadsoft.de/vdr * The project's page is at http://www.cadsoft.de/vdr
* *
* $Id: vdr.c 1.231 2006/01/07 12:27:45 kls Exp $ * $Id: vdr.c 1.232 2006/01/08 11:40:41 kls Exp $
*/ */
#include <getopt.h> #include <getopt.h>