Skip to content

Commit 3023cf9

Browse files
authored
Merge pull request #8370 from radarhere/comments
2 parents cb2a0c4 + 4a284a7 commit 3023cf9

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed

src/encode.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,10 +1411,3 @@ PyImaging_Jpeg2KEncoderNew(PyObject *self, PyObject *args) {
14111411
}
14121412

14131413
#endif
1414-
1415-
/*
1416-
* Local Variables:
1417-
* c-basic-offset: 4
1418-
* End:
1419-
*
1420-
*/

src/libImaging/Jpeg2K.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,3 @@ typedef struct {
104104
int plt;
105105

106106
} JPEG2KENCODESTATE;
107-
108-
/*
109-
* Local Variables:
110-
* c-basic-offset: 4
111-
* End:
112-
*
113-
*/

src/libImaging/Jpeg2KDecode.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -979,10 +979,3 @@ ImagingJpeg2KVersion(void) {
979979
}
980980

981981
#endif /* HAVE_OPENJPEG */
982-
983-
/*
984-
* Local Variables:
985-
* c-basic-offset: 4
986-
* End:
987-
*
988-
*/

src/libImaging/Jpeg2KEncode.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -652,10 +652,3 @@ ImagingJpeg2KEncodeCleanup(ImagingCodecState state) {
652652
}
653653

654654
#endif /* HAVE_OPENJPEG */
655-
656-
/*
657-
* Local Variables:
658-
* c-basic-offset: 4
659-
* End:
660-
*
661-
*/

0 commit comments

Comments
 (0)