adopt to style

This commit is contained in:
Michał Walenciak 2017-09-15 21:53:41 +02:00
parent 5fa328737a
commit 5ab1a0809d

View File

@ -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