Get rid of the TAB character
diff --git a/apps/shared/avifpng.c b/apps/shared/avifpng.c
index a0e8a12..16abaa1 100644
--- a/apps/shared/avifpng.c
+++ b/apps/shared/avifpng.c
@@ -376,7 +376,7 @@
         png_uint_32 iccpDataLen = 0;
         int srgbIntent;
         // PNG specification Third Edition Section 4.3 lists color space information chunk types by priority:
-        //   Chunk Type	    Priority
+        //   Chunk Type     Priority
         //   cICP           1
         //   iCCP           2
         //   sRGB           3