From 5ab1a0809df8128e522a449f7e1a9ac90e4e468b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Fri, 15 Sep 2017 21:53:41 +0200 Subject: [PATCH] adopt to style --- src/image.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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