From d7ce238441a498918a674c6cdca91d56bdd7000b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Wed, 6 Sep 2017 21:52:43 +0200 Subject: [PATCH] code format --- bigtiff/parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtiff/parse.cpp b/bigtiff/parse.cpp index cf2bc939..3e9a534e 100644 --- a/bigtiff/parse.cpp +++ b/bigtiff/parse.cpp @@ -391,7 +391,7 @@ void printIFD(Exiv2::BasicIo& io, std::ostream& out, Exiv2::PrintStructureOption int main(int argc,const char* argv[]) { int result = 0; - bool bSwap = false; + bool bSwap = false; uint32_t offset = 0; if ( argc > 0 ) {