[all]: format code

use fromdos to change file type, remove ^M in code.

Change-Id: I000202dc51fcff57cc0771455baebea595115b1d
Signed-off-by: Lin Kesheng <lks@rock-chips.com>
This commit is contained in:
Lin Kesheng
2016-09-08 11:47:29 +08:00
committed by Herman Chen
parent ad303826da
commit 60373a6973
217 changed files with 64662 additions and 64662 deletions

View File

@@ -7,7 +7,7 @@ set(JPEGD_PARSER_SRC
jpegd_parser.c
)
add_library(codec_jpegd STATIC
${JPEGD_PARSER_SRC} ${JPEGD_PARSER_HDR}
${JPEGD_PARSER_SRC} ${JPEGD_PARSER_HDR}
)
set_target_properties(codec_jpegd PROPERTIES FOLDER "mpp/codec")