Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon committed Jan 8, 2025
1 parent 727f19a commit cfe1c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gtest/avifclaptest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ using ValidClapPropertyTest = ::testing::TestWithParam<ValidClapPropertyParam>;
INSTANTIATE_TEST_SUITE_P(Parameterized, ValidClapPropertyTest,
::testing::ValuesIn(kValidClapPropertyTestParams));

// Positive tests for the avifCropRectFromCleanApertureBox() and
// Positive tests for the avifCropRectFromCleanApertureBox() and
// avifCleanApertureBoxFromCropRect() functions.
TEST_P(ValidClapPropertyTest, ValidateClapProperty) {
const ValidClapPropertyParam& param = GetParam();
Expand Down

0 comments on commit cfe1c3f

Please sign in to comment.