* 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