diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:26:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:26:40 +0000 |
commit | 5556231db2301917cd14a7450de4eba2368c9763 (patch) | |
tree | 2456b4a2ec7e4377c420b2f94285dddb53784e5f /ports/sysdeps/hppa/fpu/fraiseexcpt.c | |
parent | 869378a5bf1d415f52c14d9697b886d8143a73e1 (diff) | |
download | glibc-5556231db2301917cd14a7450de4eba2368c9763.tar.gz glibc-5556231db2301917cd14a7450de4eba2368c9763.tar.xz glibc-5556231db2301917cd14a7450de4eba2368c9763.zip |
Remove trailing whitespace in ports.
Diffstat (limited to 'ports/sysdeps/hppa/fpu/fraiseexcpt.c')
-rw-r--r-- | ports/sysdeps/hppa/fpu/fraiseexcpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/hppa/fpu/fraiseexcpt.c b/ports/sysdeps/hppa/fpu/fraiseexcpt.c index 204695c22a..0b55d34390 100644 --- a/ports/sysdeps/hppa/fpu/fraiseexcpt.c +++ b/ports/sysdeps/hppa/fpu/fraiseexcpt.c @@ -21,7 +21,7 @@ #include <float.h> #include <math.h> -/* Please see section 10, +/* Please see section 10, page 10-5 "Delayed Trapping" in the PA-RISC 2.0 Architecture manual */ int @@ -38,7 +38,7 @@ feraiseexcept (int excepts) occur. */ /* We use "fldd 0(%%sr0,%%sp),%0" to flush the delayed exception */ - + /* First: Invalid exception. */ if (excepts & FE_INVALID) { |