From 08cef207ab796ec04d4744e7b46d22bd6bba83f1 Mon Sep 17 00:00:00 2001 From: Christoph Hasse Date: Mon, 28 Mar 2022 09:55:11 +0200 Subject: [PATCH] add .git-blame-ignore-revs file and add clang-format commit to it (#2170) * add .git-blame-ignore-revs file and add clang-format commit to it * formatting fix follow up from #2158 * update .git-blame-ignore-revs --- .git-blame-ignore-revs | 4 ++++ include/exiv2/jpgimage.hpp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..e0a57052 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,4 @@ +# ignore global clang-format +30bf563f4d71ff284b5f42d45f77226200a2e571 +# fic formatting followup from #2158 +a3cb054746beed514679592ffec9378acc9e5d41 diff --git a/include/exiv2/jpgimage.hpp b/include/exiv2/jpgimage.hpp index 9c867d00..4ffd0a8b 100644 --- a/include/exiv2/jpgimage.hpp +++ b/include/exiv2/jpgimage.hpp @@ -314,8 +314,8 @@ class EXIV2API JpegImage : public JpegBase { private: // Constant data static constexpr byte soi_ = 0xd8; // SOI marker - static const byte blank_[]; // Minimal Jpeg image -}; // class JpegImage + static const byte blank_[]; // Minimal Jpeg image +}; // class JpegImage //! Helper class to access %Exiv2 files class EXIV2API ExvImage : public JpegBase {