diff --git a/src/image.cpp b/src/image.cpp index 4de3503a..c8259708 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -199,7 +199,8 @@ namespace Exiv2 { } bool Image::isLongLongType(uint16_t type) { return type == Exiv2::unsignedLongLong - || type == Exiv2::signedLongLong; + || type == Exiv2::signedLongLong + ; } bool Image::isRationalType(uint16_t type) { return type == Exiv2::unsignedRational