Skip to content

Commit

Permalink
STYLE: Remove unnecessary within-method body comments
Browse files Browse the repository at this point in the history
Remove unnecessary (i.e. comments that do not provide useful
information) within-method body comments: e.g.
- comments after a control statement ending brace.

Follow-up to commit 7a34977.
  • Loading branch information
jhlegarreta committed Jun 19, 2023
1 parent 647ef1f commit 1d316c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Numerics/Optimizers/src/itkSPSAOptimizer.cxx
Expand Up @@ -158,7 +158,7 @@ SPSAOptimizer::ResumeOptimization()
break;
}
m_StateOfConvergence *= m_StateOfConvergenceDecayRate;
} // while !m_stop
}
}

void
Expand Down

0 comments on commit 1d316c5

Please sign in to comment.