Skip to content

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
  • Loading branch information
nkoenig committed Nov 11, 2024
1 parent 34e7c86 commit 24b6655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimulationRunner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ void SimulationRunner::SetForcedPause(bool _p)
// before this function call and the new forced pause state is true,
// then make sure the simulation runner is in a pause state.
//
// Cases where the prior forcedPause value equals the passed in
// Cases where the prior forcedPause value equals the passed in
// forced pause state is a no-op.
if (setRequested)
this->SetPaused(this->requestedPause);
Expand Down

0 comments on commit 24b6655

Please sign in to comment.