aboutsummaryrefslogtreecommitdiff
path: root/kcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kcmp.c')
-rw-r--r--kcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcmp.c b/kcmp.c
index 8c0994bc7..962952bd9 100644
--- a/kcmp.c
+++ b/kcmp.c
@@ -40,7 +40,7 @@ SYS_FUNC(kcmp)
tprintf("%d, %d, ", pid1, pid2);
printxval(kcmp_types, type, "KCMP_???");
- switch(type) {
+ switch (type) {
case KCMP_FILE:
tprintf(", %u, %u", (unsigned) idx1, (unsigned) idx2);
break;