Skip to content

Commit ef5c38c

Browse files
gqian-coderJieyangChen7
authored andcommitted
fix a clang-format issue
1 parent e9af352 commit ef5c38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mgard-x/Hierarchy/Hierarchy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ void Hierarchy<D, T, DeviceType>::calc_volume(SIZE dof, T *dist, T *volume,
174174
// level-wise uniform quantizer
175175
if (dof > 1) {
176176
for (int i = 0; i < dof; i++) {
177-
h_volume[i] = 1.0/ (T)(dof-1);
177+
h_volume[i] = 1.0 / (T)(dof - 1);
178178
}
179179
}
180180

0 commit comments

Comments
 (0)