Silver Bullet - file formatting

- 'before' file formatting completed.  Now the hard part.
This commit is contained in:
Paul Beckingham 2009-05-13 15:03:06 -04:00
parent ee06280808
commit 9d8777ec7d
2 changed files with 145 additions and 34 deletions

View file

@ -448,7 +448,7 @@ bool slurp (
while (getline (in, line))
{
if (trimLines) line = trim (line);
contents += line;
contents += line + "\n";
}
in.close ();