changeset 5122:3f4be3102a6a

6539301 PCFS FAT type detection / device detection still insufficient (fix cstyle)
author frankho
date Mon, 24 Sep 2007 08:07:12 -0700
parents c926e7bdc887
children b07e8361d166
files usr/src/cmd/fs.d/pcfs/mkfs/mkfs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/fs.d/pcfs/mkfs/mkfs.c	Mon Sep 24 06:23:24 2007 -0700
+++ b/usr/src/cmd/fs.d/pcfs/mkfs/mkfs.c	Mon Sep 24 08:07:12 2007 -0700
@@ -2501,6 +2501,7 @@
 		    (bs->bs.bs_jump_code[0] != OPCODE1 &&
 		    bs->bs.bs_jump_code[0] != OPCODE2)
 #endif
+		    /* CSTYLED */
 		    ) {
 			(void) close(bsfd);
 			bsfd = -1;