clang-tidy: apply to newly merged stuff

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2023-01-01 12:36:32 -08:00
parent e87de698f3
commit d458bf2540
15 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ using namespace Exiv2;
namespace {
constexpr std::array validMarkers{"8BIM", "AgHg", "DCSR", "PHUT"};
}
} // namespace
TEST(Photoshop_isIrb, returnsTrueWithValidMarkers) {
for (const auto& marker : validMarkers) {