Skip to content

Commit 62043c1

Browse files
clang-format
1 parent 3f7cb78 commit 62043c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crwimage_int.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ struct CrwMapping {
496496
//! @name Creators
497497
//@{
498498
//! Default constructor
499-
CrwMapping(uint16_t crwTagId, uint16_t crwDir, uint32_t size, uint16_t tag, IfdId ifdId,
500-
CrwDecodeFct toExif, CrwEncodeFct fromExif) :
499+
CrwMapping(uint16_t crwTagId, uint16_t crwDir, uint32_t size, uint16_t tag, IfdId ifdId, CrwDecodeFct toExif,
500+
CrwEncodeFct fromExif) :
501501
crwTagId_(crwTagId),
502502
crwDir_(crwDir),
503503
size_(size),

0 commit comments

Comments
 (0)