This commit is contained in:
German Laullon
2010-09-19 13:18:40 -07:00
parent 6cf9cc13c8
commit cbf7cd3fbf
5 changed files with 229 additions and 3 deletions
+1
View File
@@ -199,6 +199,7 @@
do{
line=[lines objectAtIndex:i++];
}while([line characterAtIndex:0]!='\t');
line=[line substringFromIndex:1];
line=[line stringByReplacingOccurrencesOfString:@"\t" withString:@"    "];
[code appendString:line];
[code appendString:@"\n"];