Skip to content
Snippets Groups Projects
Commit 5a8efad6 authored by McDonnell, Marshall's avatar McDonnell, Marshall
Browse files

Fixed clang formatting

parent ca2cf8f4
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ void CarpenterSampleCorrection::exec() {
// Apply the correction to the sample workspace
// = (1/A - MS) * wksp
// = wksp/A - MS * wksp
outputWksp= multiply(inputWksp, correctionWksp);
outputWksp = multiply(inputWksp, correctionWksp);
// Output workspace
if (inputWkspEvent) {
......
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