Clean up trailing whitespace

This commit is contained in:
Scott Lahteine
2018-08-14 00:55:22 -05:00
parent ccf65c5397
commit 6964e1a95a
7 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ class Print {
public:
Print() : write_error(0) {}
virtual ~Print() {}
int getWriteError() { return write_error; }
void clearWriteError() { setWriteError(0); }