]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/sysdeps/alpha/divqu.S
Remove trailing whitespace in ports.
[thirdparty/glibc.git] / ports / sysdeps / alpha / divqu.S
index 4e86db397fb613dea273968ff6c6cf70852c31a6..444cddf3a0de96cfa514736068738f39a7617a7a 100644 (file)
@@ -206,7 +206,7 @@ $q_high:
        br      $q_high_ret
 
        .align  4
-       /* The quotient that we computed was too small.  Divide Y by the 
+       /* The quotient that we computed was too small.  Divide Y by the
           current remainder (R) and add that to the existing quotient (Q).
           The expectation, of course, is that R is much smaller than X.  */
        /* Begin with a shift-up loop.  Compute S such that Y*S >= R.  We