From cda5e793560d852afa34db48a4894d59ae4d5b79 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 2 Dec 2013 22:54:47 +0100 Subject: ipc/ipc_port.c: trivial stylistic fix for consistency * ipc/ipc_port.c (indent): Trivial stylistic fix for consistency. --- ipc/ipc_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/ipc_port.c') 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 */ -- cgit v1.2.3