diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
commit | eff341390c079060d0904a53b7eebe84e2315f3a (patch) | |
tree | d45d902e7a7022a95a3e9c58346d88c45e0da517 /conflictcheck_thread.h | |
parent | be2c5ff1bfdff45d384981816ef692f0179a7f15 (diff) | |
download | vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2 |
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'conflictcheck_thread.h')
-rw-r--r-- | conflictcheck_thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conflictcheck_thread.h b/conflictcheck_thread.h index 6edaa06..c340181 100644 --- a/conflictcheck_thread.h +++ b/conflictcheck_thread.h @@ -33,7 +33,7 @@ class cConflictCheckThread: public cThread { bool m_Active; time_t m_lastUpdate; cPluginEpgsearch* m_plugin; - static bool m_runOnce; + static bool m_runOnce; static bool m_forceUpdate; cCondWait Wait; protected: @@ -50,4 +50,4 @@ class cConflictCheckThread: public cThread { static void Exit(void); }; -#endif +#endif |