Skip to content
Snippets Groups Projects
Commit bb7905ac authored by Marina Ganeva's avatar Marina Ganeva
Browse files

Re #22866 clang-format.

parent cd81d5d0
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ void ConvertMDHistoToMatrixWorkspace::make2DWorkspace() {
outputWorkspace->getAxis(0)->unit() = labelX;
// set the second axis
auto yAxis = new BinEdgeAxis(ny+1);
auto yAxis = new BinEdgeAxis(ny + 1);
for (size_t i = 0; i <= ny; ++i) {
yAxis->setValue(i, yDim->getX(i));
}
......
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