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/lib/log_entry.h | |
| parent | 81b04aa89ae285ff5221980e6162e2e560df5366 (diff) | |
Whitespace tweaks.
Diffstat (limited to 'src/lib/log_entry.h')
| -rw-r--r-- | src/lib/log_entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
