aboutsummaryrefslogtreecommitdiff
path: root/examples/sg_excl.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2012-12-11 12:56:34 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2012-12-11 12:56:34 +0000
commitfb2bb1d405f644838718d009b8729e0e2ea73d88 (patch)
tree500d96fa3ba2f87a9a25421f0d1ea3eebfd1bfbc /examples/sg_excl.c
parent59d30db8fe57032c0f469967159af3009eb95faa (diff)
downloadsg3_utils-fb2bb1d405f644838718d009b8729e0e2ea73d88.tar.gz
run cleanfile over C source and headers
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@470 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples/sg_excl.c')
-rw-r--r--examples/sg_excl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/sg_excl.c b/examples/sg_excl.c
index 6e651a88..743b9fa1 100644
--- a/examples/sg_excl.c
+++ b/examples/sg_excl.c
@@ -188,8 +188,9 @@ int main(int argc, char * argv[])
printf("Test Unit Ready failed so unit may _not_ be ready!\n");
if (do_extra)
- printf("TEST UNIT READY duration=%u millisecs, resid=%d, msg_status=%d\n",
- io_hdr.duration, io_hdr.resid, (int)io_hdr.msg_status);
+ printf("TEST UNIT READY duration=%u millisecs, resid=%d, "
+ "msg_status=%d\n", io_hdr.duration, io_hdr.resid,
+ (int)io_hdr.msg_status);
sleep(60);
close(sg_fd);