8000 bpo-43816: ensuring whitespace consistency around #ifdef __cplusplus · python/cpython@6976d57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6976d57

Browse files
committed
bpo-43816: ensuring whitespace consistency around #ifdef __cplusplus
Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
1 parent 468e639 commit 6976d57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/cpython/pyctype.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef Py_LIMITED_API
22
#ifndef PYCTYPE_H
33
#define PYCTYPE_H
4-
54
#ifdef __cplusplus
65
extern "C" {
76
#endif
@@ -36,6 +35,5 @@ PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256];
3635
#ifdef __cplusplus
3736
}
3837
#endif
39-
4038
#endif /* !PYCTYPE_H */
4139
#endif /* !Py_LIMITED_API */

0 commit comments

Comments
 (0)
0