diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-02 22:54:47 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:29:20 +0900 |
commit | cda5e793560d852afa34db48a4894d59ae4d5b79 (patch) | |
tree | 3db7520c08cbc90c8fd6039df12bf1d65fce1291 | |
parent | c73aec9cc3b7f299ebf7a66f6bb34a7fa5d978f6 (diff) |
ipc/ipc_port.c: trivial stylistic fix for consistency
* ipc/ipc_port.c (indent): Trivial stylistic fix for consistency.
-rw-r--r-- | ipc/ipc_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |