Skip to content

Commit

Permalink
Merge pull request #8370 from radarhere/comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 11, 2024
2 parents cb2a0c4 + 4a284a7 commit 3023cf9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions src/encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1411,10 +1411,3 @@ PyImaging_Jpeg2KEncoderNew(PyObject *self, PyObject *args) {
}

#endif

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/
7 changes: 0 additions & 7 deletions src/libImaging/Jpeg2K.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,3 @@ typedef struct {
int plt;

} JPEG2KENCODESTATE;

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/
7 changes: 0 additions & 7 deletions src/libImaging/Jpeg2KDecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,10 +979,3 @@ ImagingJpeg2KVersion(void) {
}

#endif /* HAVE_OPENJPEG */

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/
7 changes: 0 additions & 7 deletions src/libImaging/Jpeg2KEncode.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,3 @@ ImagingJpeg2KEncodeCleanup(ImagingCodecState state) {
}

#endif /* HAVE_OPENJPEG */

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/

0 comments on commit 3023cf9

Please sign in to comment.