mostly style fixes
[oweals/busybox.git] / miscutils / mt.c
index f4a0e994c1273c3ea59e56a78ab512fd848ffd00..9ecec82a1acb90894493075b92673e5cf9d68932 100644 (file)
@@ -107,7 +107,7 @@ int mt_main(int argc, char **argv)
                case MTTELL:
                        if (ioctl(fd, MTIOCPOS, &position) < 0)
                                bb_perror_msg_and_die("%s", file);
-                       printf ("At block %d.\n", (int) position.mt_blkno);
+                       printf("At block %d.\n", (int) position.mt_blkno);
                        break;
 
                default: