about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/alpha
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-05 20:26:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-05 20:26:40 +0000
commit5556231db2301917cd14a7450de4eba2368c9763 (patch)
tree2456b4a2ec7e4377c420b2f94285dddb53784e5f /ports/sysdeps/unix/sysv/linux/alpha
parent869378a5bf1d415f52c14d9697b886d8143a73e1 (diff)
downloadglibc-5556231db2301917cd14a7450de4eba2368c9763.tar.gz
glibc-5556231db2301917cd14a7450de4eba2368c9763.tar.xz
glibc-5556231db2301917cd14a7450de4eba2368c9763.zip
Remove trailing whitespace in ports.
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/alpha')
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h2
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h2
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h2
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/register-dump.h12
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/syscall.S2
5 files changed, 10 insertions, 10 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
index 45ed2e803e..1c6beddf6c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
+++ b/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
@@ -34,7 +34,7 @@
 # define __ASSUME_IN_NONBLOCK   1
 #endif
 
-/* Support for the pipe2, eventfd2, signalfd4 syscalls was added for alpha 
+/* Support for the pipe2, eventfd2, signalfd4 syscalls was added for alpha
    after 2.6.33-rc1.  */
 #if __LINUX_KERNEL_VERSION >= 0x020621
 # define __ASSUME_PIPE2     1
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h b/ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h
index a1d012ab01..94d358efc4 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h
+++ b/ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h
@@ -35,7 +35,7 @@ struct kernel_stat64
     unsigned int    __pad0;
 
     unsigned long   st_atime;
-    unsigned long   st_atimensec; 
+    unsigned long   st_atimensec;
     unsigned long   st_mtime;
     unsigned long   st_mtimensec;
     unsigned long   st_ctime;
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h b/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
index cf6b8bfd9b..567f8ab8c2 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
+++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
@@ -73,7 +73,7 @@
       : (fl))								      \
    : ((fl) | (((private) ^ FUTEX_PRIVATE_FLAG)				      \
 	      & THREAD_GETMEM (THREAD_SELF, header.private_futex))))
-# endif	      
+# endif
 #endif
 
 
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/register-dump.h b/ports/sysdeps/unix/sysv/linux/alpha/register-dump.h
index adc7d67f6d..216f54788d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/register-dump.h
+++ b/ports/sysdeps/unix/sysv/linux/alpha/register-dump.h
@@ -32,7 +32,7 @@
    T10: XXXXXXXXXXXXXXXX   T11: XXXXXXXXXXXXXXXX    RA: XXXXXXXXXXXXXXXX
    T12: XXXXXXXXXXXXXXXX    AT: XXXXXXXXXXXXXXXX    GP: XXXXXXXXXXXXXXXX
     SP: XXXXXXXXXXXXXXXX    PC: XXXXXXXXXXXXXXXX
-  
+
    FP0: XXXXXXXXXXXXXXXX   FP1: XXXXXXXXXXXXXXXX   FP2: XXXXXXXXXXXXXXXX
    FP3: XXXXXXXXXXXXXXXX   FP4: XXXXXXXXXXXXXXXX   FP5: XXXXXXXXXXXXXXXX
    FP6: XXXXXXXXXXXXXXXX   FP7: XXXXXXXXXXXXXXXX   FP8: XXXXXXXXXXXXXXXX
@@ -44,13 +44,13 @@
   FP24: XXXXXXXXXXXXXXXX  FP25: XXXXXXXXXXXXXXXX  FP26: XXXXXXXXXXXXXXXX
   FP27: XXXXXXXXXXXXXXXX  FP28: XXXXXXXXXXXXXXXX  FP29: XXXXXXXXXXXXXXXX
   FP30: XXXXXXXXXXXXXXXX  FPCR: XXXXXXXXXXXXXXXX
-  
+
    TA0: XXXXXXXXXXXXXXXX   TA1: XXXXXXXXXXXXXXXX   TA2: XXXXXXXXXXXXXXXX
 */
 
 #define NREGS (32+32+3)
 
-static const char __attribute__((aligned(8))) regnames[NREGS][8] = 
+static const char __attribute__((aligned(8))) regnames[NREGS][8] =
 {
   "    V0: ", "    T0: ", "    T1: ",
   "    T2: ", "    T3: ", "    T4: ",
@@ -81,7 +81,7 @@ static const char __attribute__((aligned(8))) regnames[NREGS][8] =
 
 #define O(FIELD, LF)  offsetof(struct sigcontext, FIELD) + LF
 
-static const int offsets[NREGS] = 
+static const int offsets[NREGS] =
 {
   O(sc_regs[0], 0),  O(sc_regs[1], 0),  O(sc_regs[2], 1),
   O(sc_regs[3], 0),  O(sc_regs[4], 0),  O(sc_regs[5], 1),
@@ -118,7 +118,7 @@ register_dump (int fd, struct sigcontext *ctx)
   char buf[NREGS*(8+16) + 25 + 80];
   char *p = buf;
   size_t i;
-  
+
   p = stpcpy (p, "Register dump:\n\n");
 
   for (i = 0; i < NREGS; ++i)
@@ -126,7 +126,7 @@ register_dump (int fd, struct sigcontext *ctx)
       int this_offset, this_lf;
       unsigned long val;
       signed long j;
-      
+
       this_offset = offsets[i];
       this_lf = this_offset & 7;
 
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/syscall.S b/ports/sysdeps/unix/sysv/linux/alpha/syscall.S
index bfb1205365..f4161fe2ed 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/syscall.S
+++ b/ports/sysdeps/unix/sysv/linux/alpha/syscall.S
@@ -20,7 +20,7 @@
 
 /*
  * This is for COMPATIBILITY with Linux/x86 only.  Linux/Alpha system
- * calls return an error indication in a3.  This allows arbitrary 64bit 
+ * calls return an error indication in a3.  This allows arbitrary 64bit
  * values to be returned in v0 (because negative values are not
  * mistaken as error numbers).  However, C allows only one value to
  * be returned, so the interface below folds the error indication passed in