Whitespace tweaks.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 May 2022 19:36:06 +0000 (21:36 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 May 2022 19:39:21 +0000 (21:39 +0200)
src/lib/log_entry.cc
src/lib/log_entry.h

index b22eaf2b87fe459092ce20fdb36a31ba96b8e0f0..85272f4cadd45423f5e885e3b1cdb102cc87b2a5 100644 (file)
 #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;
 
index 36e9477a9e7d0639177d3a0d2664abd177fc7bf7..62355ca23922e88e2bda1e5376f1ce0b170b1118 100644 (file)
@@ -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