[Python-checkins] cpython: Add CR in individual line.

martin.v.loewis python-checkins at python.org
Sat Feb 26 18:45:41 CET 2011


martin.v.loewis pushed ef10245dfe0c to cpython:

http://hg.python.org/cpython/rev/ef10245dfe0c
changeset:   68050:ef10245dfe0c
parent:      68040:10cb0ba4fd71
user:        Martin v. L?wis <martin at v.loewis.de>
date:        Sat Feb 26 18:44:41 2011 +0100
summary:
  Add CR in individual line.

files:
  Include/Python.h

diff --git a/Include/Python.h b/Include/Python.h
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -4,7 +4,7 @@
 
 /* Include nearly all Python header files */
 
-#include "patchlevel.h"
+#include "patchlevel.h"
 #include "pyconfig.h"
 #include "pymacconfig.h"
 

--
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list