Skip to content

Commit c4b08b4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1e9aa82 commit c4b08b4

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/libImaging/Mode.c

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,13 @@ const ModeData MODES[] = {
162162
.arrow_band_format = "s",
163163
.band_names = {"I"},
164164
},
165-
[IMAGING_MODE_I_16N] =
166-
{
167-
.name = "I;16N",
168-
.bands = 1,
169-
.pixelsize = 2,
170-
.arrow_band_format = "s",
171-
.band_names = {"I"},
172-
},
165+
[IMAGING_MODE_I_16N] = {
166+
.name = "I;16N",
167+
.bands = 1,
168+
.pixelsize = 2,
169+
.arrow_band_format = "s",
170+
.band_names = {"I"},
171+
},
173172
};
174173

175174
const ModeID

0 commit comments

Comments
 (0)