From d4ceb798b62dbe051d60be1ab6221f6baa693c30 Mon Sep 17 00:00:00 2001
From: Dome <domfe@tiscali.it>
Date: Tue, 2 May 2017 16:03:47 +0200
Subject: [PATCH] Use tabs instead of spaces

---
 src/hpdf_image_png.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hpdf_image_png.c b/src/hpdf_image_png.c
index 3596cac..86e50f9 100644
--- a/src/hpdf_image_png.c
+++ b/src/hpdf_image_png.c
@@ -460,7 +460,7 @@ LoadPngData  (HPDF_Dict     image,
 	/* 16bit images are not supported. */
 	if (bit_depth == 16) {
 		png_set_strip_16(png_ptr);
-    bit_depth = 8;
+		bit_depth = 8;
 	}
 
 	png_read_update_info(png_ptr, info_ptr);
-- 
2.21.1 (Apple Git-122.3)

