mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed trailing whitespace
This commit is contained in:
parent
212a2fea41
commit
3ca58a42e7
1
HISTORY
1
HISTORY
@ -7641,3 +7641,4 @@ Video Disk Recorder Revision History
|
||||
is write protected.
|
||||
- Updated the Doxyfile with a newer version of Doxygen.
|
||||
- Turned off following symlinks in the Doxyfile.
|
||||
- Removed trailing whitespace.
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: dvbsdffdevice.c 2.34 2013/01/25 10:48:29 kls Exp $
|
||||
* $Id: dvbsdffdevice.c 2.35 2013/02/17 13:16:18 kls Exp $
|
||||
*/
|
||||
|
||||
#include "dvbsdffdevice.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: dvbsdffdevice.h 2.15 2013/01/25 10:43:14 kls Exp $
|
||||
* $Id: dvbsdffdevice.h 2.16 2013/02/17 13:16:29 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __DVBSDFFDEVICE_H
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: osddemo.c 2.9 2013/02/13 13:46:31 kls Exp $
|
||||
* $Id: osddemo.c 2.10 2013/02/17 13:16:34 kls Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/osd.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
# See the README file for copyright information and how to reach the author.
|
||||
#
|
||||
# $Id: pic2mpg 2.4 2012/01/08 13:27:17 kls Exp $
|
||||
# $Id: pic2mpg 2.5 2013/02/17 13:17:13 kls Exp $
|
||||
|
||||
use File::Path;
|
||||
use File::Spec;
|
||||
|
2
ci.c
2
ci.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: ci.c 2.11 2013/02/16 15:16:14 kls Exp $
|
||||
* $Id: ci.c 2.12 2013/02/17 13:17:28 kls Exp $
|
||||
*/
|
||||
|
||||
#include "ci.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: dvbdevice.c 2.79 2013/02/16 12:47:59 kls Exp $
|
||||
* $Id: dvbdevice.c 2.80 2013/02/17 13:17:33 kls Exp $
|
||||
*/
|
||||
|
||||
#include "dvbdevice.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
* Original author: Marco Schluessler <marco@lordzodiac.de>
|
||||
* With some input from the "subtitle plugin" by Pekka Virtanen <pekka.virtanen@sci.fi>
|
||||
*
|
||||
* $Id: dvbsubtitle.c 2.32 2012/05/08 08:17:17 kls Exp $
|
||||
* $Id: dvbsubtitle.c 2.33 2013/02/17 13:17:38 kls Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
2
font.h
2
font.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: font.h 2.6 2011/12/04 13:38:17 kls Exp $
|
||||
* $Id: font.h 2.7 2013/02/17 13:17:42 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __FONT_H
|
||||
|
2
menu.c
2
menu.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.c 2.78 2013/02/12 13:10:53 kls Exp $
|
||||
* $Id: menu.c 2.79 2013/02/17 13:17:49 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: recording.c 2.87 2013/02/11 11:18:22 kls Exp $
|
||||
* $Id: recording.c 2.88 2013/02/17 13:17:55 kls Exp $
|
||||
*/
|
||||
|
||||
#include "recording.h"
|
||||
|
2
remux.c
2
remux.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: remux.c 2.73 2012/11/25 14:16:11 kls Exp $
|
||||
* $Id: remux.c 2.74 2013/02/17 13:17:58 kls Exp $
|
||||
*/
|
||||
|
||||
#include "remux.h"
|
||||
|
2
svdrp.c
2
svdrp.c
@ -10,7 +10,7 @@
|
||||
* and interact with the Video Disk Recorder - or write a full featured
|
||||
* graphical interface that sits on top of an SVDRP connection.
|
||||
*
|
||||
* $Id: svdrp.c 2.23 2013/01/17 15:19:02 kls Exp $
|
||||
* $Id: svdrp.c 2.24 2013/02/17 13:18:01 kls Exp $
|
||||
*/
|
||||
|
||||
#include "svdrp.h"
|
||||
|
Loading…
Reference in New Issue
Block a user