bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 09/14] ipc/ipc_port.c: trivial stylistic fix for consistency


From: Marin Ramesa
Subject: [PATCH 09/14] ipc/ipc_port.c: trivial stylistic fix for consistency
Date: Mon, 2 Dec 2013 22:54:47 +0100

* ipc/ipc_port.c (indent): Trivial stylistic fix for consistency.

---
 ipc/ipc_port.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipc/ipc_port.c b/ipc/ipc_port.c
index b960739..99a6ad4 100644
--- a/ipc/ipc_port.c
+++ b/ipc/ipc_port.c
@@ -1240,7 +1240,7 @@ ipc_port_print(port)
        printf(", sndrs=0x%x", port->ip_blocked.ithq_base);
        printf(", kobj=0x%x\n", port->ip_kobject);
 
-       indent -=2;
+       indent -= 2;
 }
 
 #endif /* MACH_KDB */
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]