summaryrefslogtreecommitdiff
path: root/vm/vm_map.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-13 16:40:45 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-15 02:06:40 +0100
commitd3d2483836501974e85c28133138d8e2e14a7c5f (patch)
tree7bdab0c1d2d6a65b33c3653eaa33e92ef1b8f4be /vm/vm_map.c
parent7600e415982ecdce39c7b51804b88543251b2136 (diff)
vm/vm_map.c: trivial stylistic fix for consistency
* vm/vm_map.c: Trivial stylistic fix for consistency.
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r--vm/vm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c
index 2be7147..a9a991e 100644
--- a/vm/vm_map.c
+++ b/vm/vm_map.c
@@ -4887,6 +4887,6 @@ void vm_map_copy_print(copy)
break;
}
- indent -=2;
+ indent -= 2;
}
#endif /* MACH_KDB */