style: reformat C/C++ sources and headers with clang-format
Run clang-format over all project C/C++ source and header files (.c, .cpp, .cc, .h, .hpp, .hh, .m, .mm) under app/ and tests/. Non-source files (svg, qm, qrc, etc.) were not touched.
This commit is contained in:
@@ -8,9 +8,8 @@ TEST(PluginRendererReadback, BytesToPixels)
|
||||
olive::core::rational(1, 1),
|
||||
olive::VideoParams::kInterlaceNone, 1);
|
||||
|
||||
const int bytes_per_pixel =
|
||||
olive::VideoParams::GetBytesPerPixel(params.format(),
|
||||
params.channel_count());
|
||||
const int bytes_per_pixel = olive::VideoParams::GetBytesPerPixel(
|
||||
params.format(), params.channel_count());
|
||||
ASSERT_EQ(bytes_per_pixel, 4);
|
||||
|
||||
EXPECT_EQ(olive::plugin::detail::BytesToPixels(64, params), 16);
|
||||
|
||||
Reference in New Issue
Block a user