[Python-checkins] cpython: Whitespace.

stefan.krah python-checkins at python.org
Sat Jun 23 00:32:25 CEST 2012


http://hg.python.org/cpython/rev/b586bd95cb9b
changeset:   77595:b586bd95cb9b
user:        Stefan Krah <skrah at bytereef.org>
date:        Sat Jun 23 00:31:04 2012 +0200
summary:
  Whitespace.

files:
  Modules/_decimal/libmpdec/mpdecimal.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c
--- a/Modules/_decimal/libmpdec/mpdecimal.c
+++ b/Modules/_decimal/libmpdec/mpdecimal.c
@@ -6910,7 +6910,7 @@
 
 void
 mpd_qtrunc(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
-              uint32_t *status)
+           uint32_t *status)
 {
     (void)_mpd_qround_to_integral(TO_INT_TRUNC, result, a, ctx, status);
 }

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


More information about the Python-checkins mailing list