# HG changeset patch # User Samuel Iseli # Date 1328281604 -3600 # Branch 2.7 # Node ID 61dc588d6a847a8d3c79445c592b2e6f9ab1f1e4 # Parent 0bd59b0fb1065931f248760dd06ffa81e7d4ee87 Space after line continuation removed. diff -r 0bd59b0fb106 -r 61dc588d6a84 Include/pyport.h --- a/Include/pyport.h Fri Feb 03 14:18:07 2012 +0100 +++ b/Include/pyport.h Fri Feb 03 16:06:44 2012 +0100 @@ -563,7 +563,7 @@ __control87_2(0, 0, &old_387controlword, NULL); \ new_387controlword = old_387controlword; \ if ( !(old_387controlword & _PC_53) ) \ - __control87_2(_PC_53, _MCW_PC, &new_387controlword, NULL) \ + __control87_2(_PC_53, _MCW_PC, &new_387controlword, NULL) \ } while (0) #define _Py_SET_53BIT_PRECISION_END \ if (new_387controlword != old_387controlword) \