Author: kargl
Date: Wed Aug 28 16:59:55 2013
New Revision: 254994
URL: http://svnweb.freebsd.org/changeset/base/254994

Log:
  * Whitespace.

Modified:
  head/lib/msun/src/s_erf.c

Modified: head/lib/msun/src/s_erf.c
==============================================================================
--- head/lib/msun/src/s_erf.c   Wed Aug 28 15:12:51 2013        (r254993)
+++ head/lib/msun/src/s_erf.c   Wed Aug 28 16:59:55 2013        (r254994)
@@ -201,7 +201,7 @@ erf(double x)
        if(ix < 0x3feb0000) {           /* |x|<0.84375 */
            if(ix < 0x3e300000) {       /* |x|<2**-28 */
                if (ix < 0x00800000)
-                   return (8*x+efx8*x)/8;  /* avoid spurious underflow */
+                   return (8*x+efx8*x)/8;      /* avoid spurious underflow */
                return x + efx*x;
            }
            z = x*x;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to