comparison tools/data2inc.c @ 1235:5b8245e5f785

Remove trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Mar 2015 13:40:47 +0200
parents 69c0d8ad2672
children 9eecf7e5e23e
comparison
equal deleted inserted replaced
1234:beae399c6473 1235:5b8245e5f785
61 { 61 {
62 dmPrintBanner(stdout, dmProgName, 62 dmPrintBanner(stdout, dmProgName,
63 "[options] [sourcefile] [destfile]"); 63 "[options] [sourcefile] [destfile]");
64 64
65 dmArgsPrintHelp(stdout, optList, optListN, 0); 65 dmArgsPrintHelp(stdout, optList, optListN, 0);
66 66
67 printf( 67 printf(
68 "\n" 68 "\n"
69 "To convert a data file to a C structure using 'Uint8' as type:\n" 69 "To convert a data file to a C structure using 'Uint8' as type:\n"
70 "$ data2inc -C -n variable_name -t Uint8 input.bin output.h\n" 70 "$ data2inc -C -n variable_name -t Uint8 input.bin output.h\n"
71 "\n" 71 "\n"