Silver Bullet - file formatting
- 'before' file formatting completed. Now the hard part.
This commit is contained in:
@@ -448,7 +448,7 @@ bool slurp (
|
||||
while (getline (in, line))
|
||||
{
|
||||
if (trimLines) line = trim (line);
|
||||
contents += line;
|
||||
contents += line + "\n";
|
||||
}
|
||||
|
||||
in.close ();
|
||||
|
||||
Reference in New Issue
Block a user