Skip to content

Commit

Permalink
add .git-blame-ignore-revs file and add clang-format commit to it (#2170
Browse files Browse the repository at this point in the history
)

* add .git-blame-ignore-revs file and add clang-format commit to it

* formatting fix follow up from #2158

* update .git-blame-ignore-revs
  • Loading branch information
hassec authored Mar 28, 2022
1 parent 9cad8ce commit 08cef20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ignore global clang-format
30bf563f4d71ff284b5f42d45f77226200a2e571
# fic formatting followup from #2158
a3cb054746beed514679592ffec9378acc9e5d41
4 changes: 2 additions & 2 deletions include/exiv2/jpgimage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 08cef20

Please sign in to comment.