diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 13:19:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 13:19:36 +0100 |
commit | 3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f (patch) | |
tree | f5a2807b626631e6ec05df3f8676b1f2488342d3 /recording.c | |
parent | 212a2fea41bf1d232d28f988de442b4cea56960b (diff) | |
download | vdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.gz vdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.bz2 |
Removed trailing whitespace
Diffstat (limited to 'recording.c')
-rw-r--r-- | recording.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recording.c b/recording.c index 0849fe12..3359de36 100644 --- a/recording.c +++ b/recording.c @@ -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" @@ -1103,7 +1103,7 @@ bool cRecording::WriteInfo(void) return true; } -void cRecording::SetStartTime(time_t Start) +void cRecording::SetStartTime(time_t Start) { start = Start; free(fileName); @@ -2136,7 +2136,7 @@ int cIndexFile::GetLength(const char *FileName, bool IsPesRecording) return -1; } -bool GenerateIndex(const char *FileName) +bool GenerateIndex(const char *FileName) { if (DirectoryOk(FileName)) { cRecording Recording(FileName); |