indent           1389 tools/chdk_dasm.c                 char *indent = "\"    ";
indent           1391 tools/chdk_dasm.c                     indent = "//\"  ";
indent           1396 tools/chdk_dasm.c                     fprintf(outfile,"%s%-40s // rom:%.8x  0x%8.8X", indent, instr->text, addr, w);
indent           1398 tools/chdk_dasm.c                 else fprintf(outfile,"%s%s", indent, instr->text);