Skip to content

Commit 05dea18

Browse files
committed
Mark header files as C
1 parent 8c4510c commit 05dea18

22 files changed

+22
-0
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ColumnLimit: 88
1111
DerivePointerAlignment: false
1212
IndentGotoLabels: false
1313
IndentWidth: 4
14+
Language: C
1415
PointerAlignment: Right
1516
ReflowComments: true
1617
SortIncludes: false

src/Tk/_tkmini.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
/* Small excerpts from the Tcl / Tk 8.6 headers
23
*
34
* License terms copied from:

src/libImaging/Arrow.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
#include <stdint.h>
23
#include <assert.h>
34

src/libImaging/Bcn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
typedef struct {
23
char *pixel_format;
34
} BCNSTATE;

src/libImaging/Bit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
/* Bit.h */
23

34
typedef struct {

src/libImaging/Convert.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// clang-format Language: C
12
extern void
23
cmyk2rgb(UINT8 *out, const UINT8 *in, int xsize);

src/libImaging/Gif.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
/*
23
* The Python Imaging Library.
34
* $Id$

src/libImaging/ImDib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
/*
23
* The Python Imaging Library
34
* $Id$

src/libImaging/ImPlatform.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
/*
23
* The Python Imaging Library
34
* $Id$

src/libImaging/Imaging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format Language: C
12
/*
23
* The Python Imaging Library
34
* $Id$

0 commit comments

Comments
 (0)