adopt to style
This commit is contained in:
parent
5fa328737a
commit
5ab1a0809d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user