mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 00:44:43 -05:00
Add strict test for whitespace at end of line
More work on coding style
This commit is contained in:
@@ -125,8 +125,8 @@ MissionPhase::MissionPhase(const ghoul::Dictionary& dict) {
|
||||
_timeRange.include(overallTimeRange);
|
||||
}
|
||||
else {
|
||||
// Its OK to not specify an overall time range, the time range for the
|
||||
// subphases will simply be used.
|
||||
// Its OK to not specify an overall time range, the time range for the
|
||||
// subphases will simply be used.
|
||||
_timeRange.include(timeRangeSubPhases);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user