raiden00pl commented on code in PR #3143: URL: https://github.com/apache/nuttx-apps/pull/3143#discussion_r2447672243
########## graphics/jpgresizetool/Kconfig: ########## @@ -0,0 +1,10 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config GRAPHICS_JPGRESIZETOOL + bool "JPGResizeTool" + default n + ---help--- + Libjpeg JPEG resizer Review Comment: It's possible that your IDE or coding style tool is converting TAB to spaces, which is quite a common feature that doesn't work well with Kconfig files :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
