more consistent formatting of for/while loops and if statements

This commit is contained in:
Axel Kohlmeyer
2020-12-30 09:01:37 -05:00
parent eef28b58ab
commit 382ade15fe
345 changed files with 4259 additions and 4259 deletions

View File

@ -201,7 +201,7 @@ void CommTiled::setup()
cutghost[1] = cut * length1;
length2 = h_inv[2];
cutghost[2] = cut * length2;
if (mode == Comm::MULTI){
if (mode == Comm::MULTI) {
for (i = 1; i <= ntypes; i++) {
cutghostmulti[i][0] *= length0;
cutghostmulti[i][1] *= length1;