[Python-checkins] cpython (merge 3.2 -> default): Merge whitespace fix from 3.2.

trent.nelson python-checkins at python.org
Fri Aug 31 23:14:39 CEST 2012


http://hg.python.org/cpython/rev/815b88454e3e
changeset:   78819:815b88454e3e
parent:      78817:d54f047312a8
parent:      78818:c0c7b1998306
user:        Trent Nelson <trent at trent.me>
date:        Fri Aug 31 17:14:31 2012 -0400
summary:
  Merge whitespace fix from 3.2.

files:
  Include/pyfpe.h |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Include/pyfpe.h b/Include/pyfpe.h
--- a/Include/pyfpe.h
+++ b/Include/pyfpe.h
@@ -4,8 +4,8 @@
 extern "C" {
 #endif
 /*
-     ---------------------------------------------------------------------  
-    /                       Copyright (c) 1996.                           \ 
+     ---------------------------------------------------------------------
+    /                       Copyright (c) 1996.                           \
    |          The Regents of the University of California.                 |
    |                        All rights reserved.                           |
    |                                                                       |
@@ -37,8 +37,8 @@
    |   opinions  of authors expressed herein do not necessarily state or   |
    |   reflect those of the United States Government or  the  University   |
    |   of  California,  and shall not be used for advertising or product   |
-    \  endorsement purposes.                                              / 
-     ---------------------------------------------------------------------  
+    \  endorsement purposes.                                              /
+     ---------------------------------------------------------------------
 */
 
 /*

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


More information about the Python-checkins mailing list