whitespace

This commit is contained in:
Axel Kohlmeyer
2023-08-22 11:50:54 -04:00
parent aad232ffc6
commit 7d9c068da0
4 changed files with 38 additions and 38 deletions

View File

@ -61,7 +61,7 @@ double ComputeReduceRegion::compute_one(int m, int flag)
// initialization in case it has not yet been run, e.g. when
// the compute was invoked right after it has been created
if ((val.which == ArgInfo::COMPUTE) || (val.which == ArgInfo::FIX)) {
if (val.val.c == nullptr) init();
}