diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2018-03-21 12:14:55 +0100 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2018-03-21 12:14:55 +0100 |
commit | e8a0e569152c50d6084f252d12854b8fd4e74466 (patch) | |
tree | 5a90ef7ea08ff2096df157ca109c5268cdc04903 /confdloader.h | |
parent | 9c7d95ff8d6ba965cb23147507a859b1fd0491d6 (diff) | |
download | vdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.gz vdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.bz2 |
unified indentation
Diffstat (limited to 'confdloader.h')
-rw-r--r-- | confdloader.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/confdloader.h b/confdloader.h index 9741be8..6e52661 100644 --- a/confdloader.h +++ b/confdloader.h @@ -24,11 +24,12 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #ifndef VDR_EPGSEARCH_CONFDLOADER_INC #define VDR_EPGSEARCH_CONFDLOADER_INC -class cConfDLoader { - public: - cConfDLoader() {} - bool Load(); - bool LoadFile(const char *FileName); +class cConfDLoader +{ +public: + cConfDLoader() {} + bool Load(); + bool LoadFile(const char *FileName); }; #endif |