cpython (3.2): Remove trailing whitespace in order to silence warnings on HP-UX.

http://hg.python.org/cpython/rev/c0c7b1998306 changeset: 78818:c0c7b1998306 branch: 3.2 parent: 78814:8877d25119ef user: Trent Nelson <trent@trent.me> date: Fri Aug 31 17:11:39 2012 -0400 summary: Remove trailing whitespace in order to silence warnings on HP-UX. 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
participants (1)
-
trent.nelson