add missing brackets to silence indentation warnings gcc721

This commit is contained in:
Andrew
2018-01-19 23:11:12 +01:00
parent 8a0b086b28
commit 9fa986337d
4 changed files with 21 additions and 15 deletions
+9 -9
View File
@@ -204,20 +204,20 @@ int CNAME(BLASLONG n, BLASLONG k1, BLASLONG k2, FLOAT *a, BLASLONG lda, blasint
*(b4 + 0) = A7;
*(b4 + 1) = A8;
}
}
}
buffer += 8;
buffer += 8;
b1 = a + ip1;
b2 = a + ip2;
b1 = a + ip1;
b2 = a + ip2;
b3 = b1 + lda;
b4 = b2 + lda;
b3 = b1 + lda;
b4 = b2 + lda;
a1 += 4;
a3 += 4;
a1 += 4;
a3 += 4;
i --;
i --;
} while (i > 0);
}