]> granicus.if.org Git - python/commitdiff
Fix preprocessor statement.
authorThomas Heller <theller@ctypes.org>
Thu, 5 Jun 2008 17:29:38 +0000 (17:29 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 5 Jun 2008 17:29:38 +0000 (17:29 +0000)
Include/Python.h

index 35a8bca83c8dcefabac6958634408191c2d5a23e..c87598950fa6922397775ff64a8a57c3e51f1900 100644 (file)
@@ -1,4 +1,5 @@
-#ifndef Py_PYTHON_H #define Py_PYTHON_H
+#ifndef Py_PYTHON_H
+#define Py_PYTHON_H
 /* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
 
 /* Include nearly all Python header files */