Skip to content
Snippets Groups Projects
Commit 3bd51eb6 authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

Refs #23784 clang-format

parent e4003ba1
No related merge requests found
......@@ -333,7 +333,8 @@ void SaveIsawPeaks::exec() {
} else {
maxPeakNumb = std::max(maxPeakNumb, p.getPeakNumber());
int peakNumber = p.getPeakNumber();
if (append) peakNumber =+ appendPeakNumb;
if (append)
peakNumber = +appendPeakNumb;
out << "3" << std::setw(7) << peakNumber;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment