[pypy-svn] r15986 - pypy/dist/pypy/translator/c/src

pedronis at codespeak.net pedronis at codespeak.net
Fri Aug 12 00:40:51 CEST 2005


Author: pedronis
Date: Fri Aug 12 00:40:50 2005
New Revision: 15986

Modified:
   pypy/dist/pypy/translator/c/src/ll_math.h
Log:
one space too much



Modified: pypy/dist/pypy/translator/c/src/ll_math.h
==============================================================================
--- pypy/dist/pypy/translator/c/src/ll_math.h	(original)
+++ pypy/dist/pypy/translator/c/src/ll_math.h	Fri Aug 12 00:40:50 2005
@@ -24,7 +24,7 @@
 
 #define LL_MATH_ERROR_RESET errno = 0
 
-#define LL_MATH_CHECK_ERROR(x, errret) do {  \ 
+#define LL_MATH_CHECK_ERROR(x, errret) do {  \
 	LL_MATH_SET_ERANGE_IF_MATH_ERROR(x); \
 	if (errno && ll_math_is_error(x))    \
 		return errret;               \



More information about the Pypy-commit mailing list