]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips: code-style, remove some trailing spaces from MIPS header files
authorPetar Jovanovic <mips32r2@gmail.com>
Sun, 12 May 2013 01:16:40 +0000 (01:16 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Sun, 12 May 2013 01:16:40 +0000 (01:16 +0000)
Non-function change, removing some trailing spaces from MIPS header files.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13390

include/vki/vki-mips32-linux.h
include/vki/vki-mips64-linux.h

index 32c0ce1cb97cb886076636a961866da405846390..9741d5c0a29e37e4990087a381b0dff322a1382b 100644 (file)
@@ -39,7 +39,7 @@
 #elif defined (_MIPSEB)
 #define VKI_BIG_ENDIAN  1
 #endif
+
 
 //----------------------------------------------------------------------
 // From linux-2.6.35.5/include/asm-generic/int-ll64.h
@@ -78,10 +78,10 @@ typedef unsigned long long __vki_u64;
 #define VKI_MAX_PAGE_SHIFT      VKI_PAGE_SHIFT
 #define VKI_MAX_PAGE_SIZE       VKI_PAGE_SIZE
 
-//----------------------------------------------------------------------        
-// From linux-2.6.35.9/arch/mips/include/bits/shm.h                             
-//----------------------------------------------------------------------        
-                                                                                
+//----------------------------------------------------------------------
+// From linux-2.6.35.9/arch/mips/include/bits/shm.h
+//----------------------------------------------------------------------
+
 #define VKI_SHMLBA  0x40000
 
 //----------------------------------------------------------------------
index 8b4fc9971b027aec2658e89b0cf479d47a8082ce..fcf8b4357eb1ac2b5c10cf5f122aa5b8ced7ef67 100644 (file)
@@ -146,7 +146,7 @@ typedef struct {
 #define VKI_SIGCLD          VKI_SIGCHLD /* Same as SIGCHLD (System V).        */
 #define VKI_SIGPWR          19          /* Power failure restart (System V).  */
 #define VKI_SIGWINCH        20          /* Window size change (4.3 BSD, Sun). */
-#define VKI_SIGURG          21          /* Urgent condition on socket.        */  
+#define VKI_SIGURG          21          /* Urgent condition on socket.        */
 #define VKI_SIGIO           22          /* I/O now possible (4.2 BSD).        */
 #define VKI_SIGPOLL         VKI_SIGIO   /* Pollable event occurred (System V).*/
 #define VKI_SIGSTOP         23          /* Stop, unblockable (POSIX).         */
@@ -164,13 +164,13 @@ typedef struct {
 // [[This was (_NSIG-1) in 2.4.X... not sure if it matters.]]
 #define VKI_SIGRTMAX    (_VKI_NSIG - 1)
 
-#define VKI_SA_ONSTACK      0x08000000u 
-#define VKI_SA_RESETHAND    0x80000000u 
-#define VKI_SA_RESTART      0x10000000u 
-#define VKI_SA_SIGINFO      0x00000008u 
-#define VKI_SA_NODEFER      0x40000000u  
-#define VKI_SA_NOCLDWAIT    0x00010000u 
-#define VKI_SA_NOCLDSTOP    0x00000001u 
+#define VKI_SA_ONSTACK      0x08000000u
+#define VKI_SA_RESETHAND    0x80000000u
+#define VKI_SA_RESTART      0x10000000u
+#define VKI_SA_SIGINFO      0x00000008u
+#define VKI_SA_NODEFER      0x40000000u
+#define VKI_SA_NOCLDWAIT    0x00010000u
+#define VKI_SA_NOCLDSTOP    0x00000001u
 
 #define VKI_SA_NOMASK           VKI_SA_NODEFER
 #define VKI_SA_ONESHOT          VKI_SA_RESETHAND
@@ -203,7 +203,7 @@ struct vki_sigaction_base {
        // [[See comment about extra 'k' above]]
        unsigned int sa_flags;
        __vki_sighandler_t ksa_handler;
-       vki_sigset_t sa_mask;           // mask last for extensibility 
+       vki_sigset_t sa_mask;           // mask last for extensibility
        __vki_sigrestore_t sa_restorer;
 };
 
@@ -621,7 +621,7 @@ extern unsigned int __VKI_invalid_size_argument_for_IOC;
 #define VKI_TIOCSLTC            0x7475 /* set special local chars */
 #define VKI_TIOCSPGRP           _VKI_IOW('t', 118, int) /* set pgrp of tty */
 #define VKI_TIOCGPGRP           _VKI_IOR('t', 119, int) /* get pgrp of tty */
-#define VKI_TIOCCONS            _VKI_IOW('t', 120, int) /* become virtual 
+#define VKI_TIOCCONS            _VKI_IOW('t', 120, int) /* become virtual
                                                            console */
 
 #define VKI_FIONREAD            0x467f