Skip to content

Commit 311f7b9

Browse files
committed
Whitespace cleanup
1 parent 2f86d3c commit 311f7b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/astcenc_block_sizes.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ static void construct_dt_entry_2d(
803803
bsd.decimation_modes[index].maxprec_1plane = static_cast<int8_t>(maxprec_1plane);
804804
bsd.decimation_modes[index].maxprec_2planes = static_cast<int8_t>(maxprec_2planes);
805805
bsd.decimation_modes[index].ref_1_plane = 0;
806-
bsd.decimation_modes[index].ref_2_planes= 0;
806+
bsd.decimation_modes[index].ref_2_planes = 0;
807807
}
808808

809809
/**
@@ -995,7 +995,7 @@ static void construct_block_size_descriptor_2d(
995995
bsd.decimation_modes[i].maxprec_1plane = -1;
996996
bsd.decimation_modes[i].maxprec_2planes = -1;
997997
bsd.decimation_modes[i].ref_1_plane = 0;
998-
bsd.decimation_modes[i].ref_2_planes= 0;
998+
bsd.decimation_modes[i].ref_2_planes = 0;
999999
}
10001000

10011001
// Determine the texels to use for kmeans clustering.
@@ -1093,7 +1093,7 @@ static void construct_block_size_descriptor_3d(
10931093
bsd.decimation_modes[i].maxprec_1plane = -1;
10941094
bsd.decimation_modes[i].maxprec_2planes = -1;
10951095
bsd.decimation_modes[i].ref_1_plane = 0;
1096-
bsd.decimation_modes[i].ref_2_planes= 0;
1096+
bsd.decimation_modes[i].ref_2_planes = 0;
10971097
}
10981098

10991099
bsd.decimation_mode_count_always = 0; // Skipped for 3D modes

0 commit comments

Comments
 (0)