Big white-space cleanup.
[platform/kernel/u-boot.git] / include / asm-ppc / ptrace.h
index 3c2f4e6..196613b 100644 (file)
@@ -39,7 +39,7 @@ struct pt_regs {
        PPC_REG trap;           /* Reason for being here */
        PPC_REG dar;            /* Fault registers */
        PPC_REG dsisr;
-       PPC_REG result;         /* Result of a system call */
+       PPC_REG result;         /* Result of a system call */
 };
 #endif