[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
- [PATCH 04/14] ddb/db_macro.c: move struct definition to a header file, (continued)
- [PATCH 04/14] ddb/db_macro.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 05/14] i386/i386/idt.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 06/14] i386/intel/pmap.c: move struct definitions to a header file, Marin Ramesa, 2013/12/02
- [PATCH 07/14] ipc/ipc_hash.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 08/14] ipc/ipc_marequest.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 09/14] ipc/ipc_port.c: trivial stylistic fix for consistency,
Marin Ramesa <=
- [PATCH 10/14] kern/act.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 12/14] vm/memory_object_proxy.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 11/14] kern/lock.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 13/14] vm/vm_fault.c: move struct definition to a header file, Marin Ramesa, 2013/12/02
- [PATCH 14/14] vm/vm_resident.c: move struct definition to a header file, Marin Ramesa, 2013/12/02