summaryrefslogtreecommitdiff
path: root/rcfile.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
commiteff341390c079060d0904a53b7eebe84e2315f3a (patch)
treed45d902e7a7022a95a3e9c58346d88c45e0da517 /rcfile.h
parentbe2c5ff1bfdff45d384981816ef692f0179a7f15 (diff)
downloadvdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz
vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'rcfile.h')
-rw-r--r--rcfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile.h b/rcfile.h
index ec15b1d..884eea2 100644
--- a/rcfile.h
+++ b/rcfile.h
@@ -42,7 +42,7 @@ public:
};
-class cRCFile : public cConfig<cRCLine>
+class cRCFile : public cConfig<cRCLine>
{
bool Parse(const char *Name, const char *Value);
public: