]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Trim trailing whitespace.
authorjhb <jhb@FreeBSD.org>
Wed, 30 Sep 2015 00:08:24 +0000 (00:08 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 30 Sep 2015 00:08:24 +0000 (00:08 +0000)
usr.bin/truss/arm-fbsd.c
usr.bin/truss/syscall.h
usr.bin/truss/syscalls.c

index 8dc4d5bef414be8b12e7021bb1d42b18f174067d..8fa9fb900a34a4ae8e59622671264be0d4782b1a 100644 (file)
@@ -140,7 +140,7 @@ arm_syscall_entry(struct trussinfo *trussinfo, int nargs)
 #ifdef __ARM_EABI__
        syscall_num = regs.r[7];
 #else
-       if ((syscall_num = ptrace(PT_READ_I, tid, 
+       if ((syscall_num = ptrace(PT_READ_I, tid,
            (caddr_t)(regs.r[_REG_PC] - INSN_SIZE), 0)) == -1) {
                fprintf(trussinfo->outfile, "-- CANNOT READ PC --\n");
                return;
index 6f4d9a3807ea128615626328377975f2c2b305a1..f1f57d408fd296d5ae2a66117aed82f3723a6323 100644 (file)
@@ -86,11 +86,11 @@ char *print_arg(struct syscall_args *, unsigned long*, long, struct trussinfo *)
 #define LINUX_SETSOCKOPT       14
 #define LINUX_GETSOCKOPT       15
 #define LINUX_SENDMSG          16
-#define LINUX_RECVMSG          17 
+#define LINUX_RECVMSG          17
 
 #define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
     0 : sizeof(register_t) - sizeof(t))
-    
+
 #if BYTE_ORDER == LITTLE_ENDIAN
 #define PADL_(t)       0
 #define PADR_(t)       PAD_(t)
index 917421b78f1845e2841531d242bd9d7a1829fa9b..638ce5a22662a3704a03e03911d7f129f360beb8 100644 (file)
@@ -811,7 +811,7 @@ print_kevent(FILE *fp, struct kevent *ke, int input)
                int ctrl, data;
 
                ctrl = ke->fflags & NOTE_FFCTRLMASK;
-               data = ke->fflags & NOTE_FFLAGSMASK; 
+               data = ke->fflags & NOTE_FFLAGSMASK;
                if (input) {
                        fputs(xlookup(kevent_user_ffctrl, ctrl), fp);
                        if (ke->fflags & NOTE_TRIGGER)
@@ -937,7 +937,7 @@ print_arg(struct syscall_args *sc, unsigned long *args, long retval,
                        fprintf(fp, "0x%lx", args[sc->offset]);
                        break;
                }
-                   
+
                /*
                 * Read a page of pointers at a time.  Punt if the top-level
                 * pointer is not aligned.  Note that the first read is of