mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-18 03:20:33 -05:00
Add strict test for whitespace at end of line
More work on coding style
This commit is contained in:
@@ -32,7 +32,7 @@ ProgressBar::ProgressBar(int end, int width, std::ostream& stream)
|
||||
: _width(width)
|
||||
, _previous(-1)
|
||||
, _end(end)
|
||||
, _stream(stream)
|
||||
, _stream(stream)
|
||||
{
|
||||
print(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user