STYLE: remove trailing space, shell quoting

- emit "constant " and "uniform " as separate word/space combination
This commit is contained in:
Mark Olesen
2020-02-20 08:28:16 +01:00
parent 2d416a68a0
commit fbbf9064b9
33 changed files with 62 additions and 58 deletions

View File

@ -139,7 +139,7 @@ int main(int argc, char *argv[])
{
label pointI = localPoints[ppI];
normalDisplacement[pointI] =
(meshPoints[pointI] - points0[pointI])
(meshPoints[pointI] - points0[pointI])
& pointNormals[pointI];
}
}