summaryrefslogtreecommitdiff
path: root/src/components/voiceinfobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/voiceinfobox.cpp')
-rw-r--r--src/components/voiceinfobox.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/components/voiceinfobox.cpp b/src/components/voiceinfobox.cpp
index cecaa7d..b514cdc 100644
--- a/src/components/voiceinfobox.cpp
+++ b/src/components/voiceinfobox.cpp
@@ -1,8 +1,12 @@
#ifdef WITH_VOICE
- #include "voiceinfobox.hpp"
- #include "abaddon.hpp"
- #include "util.hpp"
+// clang-format off
+
+#include "voiceinfobox.hpp"
+#include "abaddon.hpp"
+#include "util.hpp"
+
+// clang-format on
VoiceInfoBox::VoiceInfoBox()
: Gtk::Box(Gtk::ORIENTATION_HORIZONTAL)