From 7a70a8e098c6604fde3323448480489ee555db2c Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 23 May 2022 19:55:50 +0200 Subject: [PATCH] Apply clang-format --- tests/overallogg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/overallogg.cpp b/tests/overallogg.cpp index ffac139..bfed567 100644 --- a/tests/overallogg.cpp +++ b/tests/overallogg.cpp @@ -42,7 +42,7 @@ void OverallTests::checkOggTestfile1() CPPUNIT_ASSERT(m_fileInfo.hasAnyTag()); CPPUNIT_ASSERT_EQUAL(1_st, tags.size()); CPPUNIT_ASSERT_EQUAL("ffmpeg2theora 0.13"s, tags.front()->value(KnownField::Encoder).toString()); - CPPUNIT_ASSERT_EQUAL(std::vector{0x68a1ea7f}, tags.front()->target().tracks()); + CPPUNIT_ASSERT_EQUAL(std::vector{ 0x68a1ea7f }, tags.front()->target().tracks()); // Theora tags are currently not supported and hence only the Vorbis comment is // taken into account here break;