Closed antoniovazquezblanco closed 6 years ago
There is no extra spaces. Just remove new line characters from required lines. Change code from
...
#include <stdint.h>
$(end_block_header)
$(start_block_images_table)
#if (0x0$(out_char_code_sim) == 0x0)
...
to
...
#include <stdint.h>$(end_block_header)
$(start_block_images_table)#if (0x0$(out_char_code_sim) == 0x0)
...
Because $(tag)
just removed from text, but empty lines are keeped.
Generated source code files have empty lines before the header and in between the header and the
block_images_table
section.Can they be removed to better fit the templates?