From e3ff1ba694cf9e5c2f296d653a37283a586048c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Thu, 21 Sep 2017 17:33:25 +0200 Subject: [PATCH] fixing indent --- src/bigtiffimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bigtiffimage.cpp b/src/bigtiffimage.cpp index 4117b700..080ed804 100644 --- a/src/bigtiffimage.cpp +++ b/src/bigtiffimage.cpp @@ -160,7 +160,7 @@ namespace Exiv2 void printStructure(std::ostream& os, PrintStructureOption option, int depth) { - printIFD(os, option, header_.dirOffset(), depth); + printIFD(os, option, header_.dirOffset(), depth - 1); } private: