diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-16 21:36:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-16 21:39:21 +0200 |
| commit | 08d79750db92d0ab381fbf657307c7c21fe8110a (patch) | |
| tree | 0f7724d7c5ca62d6e61e166009b31b19cf469c29 /src | |
| parent | 81b04aa89ae285ff5221980e6162e2e560df5366 (diff) | |
Whitespace tweaks.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/log_entry.cc | 20 | ||||
| -rw-r--r-- | src/lib/log_entry.h | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc index b22eaf2b8..85272f4ca 100644 --- a/src/lib/log_entry.cc +++ b/src/lib/log_entry.cc @@ -26,16 +26,16 @@ #include "i18n.h" -int const LogEntry::TYPE_GENERAL = 0x001; -int const LogEntry::TYPE_WARNING = 0x002; -int const LogEntry::TYPE_ERROR = 0x004; -int const LogEntry::TYPE_DEBUG_THREE_D = 0x008; -int const LogEntry::TYPE_DEBUG_ENCODE = 0x010; -int const LogEntry::TYPE_TIMING = 0x020; -int const LogEntry::TYPE_DEBUG_EMAIL = 0x040; -int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080; -int const LogEntry::TYPE_DISK = 0x100; -int const LogEntry::TYPE_DEBUG_PLAYER = 0x200; +int const LogEntry::TYPE_GENERAL = 0x001; +int const LogEntry::TYPE_WARNING = 0x002; +int const LogEntry::TYPE_ERROR = 0x004; +int const LogEntry::TYPE_DEBUG_THREE_D = 0x008; +int const LogEntry::TYPE_DEBUG_ENCODE = 0x010; +int const LogEntry::TYPE_TIMING = 0x020; +int const LogEntry::TYPE_DEBUG_EMAIL = 0x040; +int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080; +int const LogEntry::TYPE_DISK = 0x100; +int const LogEntry::TYPE_DEBUG_PLAYER = 0x200; int const LogEntry::TYPE_DEBUG_AUDIO_ANALYSIS = 0x400; int const LogEntry::TYPE_DEBUG_WRITER = 0x800; diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index 36e9477a9..62355ca23 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -38,9 +38,9 @@ public: static const int TYPE_DEBUG_ENCODE; static const int TYPE_TIMING; static const int TYPE_DEBUG_EMAIL; - static const int TYPE_DEBUG_VIDEO_VIEW; ///< real-time video viewing (i.e. "playback") + static const int TYPE_DEBUG_VIDEO_VIEW; ///< real-time video viewing (i.e. "playback") static const int TYPE_DISK; - static const int TYPE_DEBUG_PLAYER; ///< the Player class + static const int TYPE_DEBUG_PLAYER; ///< the Player class static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job static const int TYPE_DEBUG_WRITER; ///< Writer and ReelWriter classes |
