PERFORCE change 227562 for review

Brooks Davis brooks at FreeBSD.org
Wed Apr 10 15:54:47 UTC 2013


http://p4web.freebsd.org/@@227562?ac=10

Change 227562 by brooks at brooks_zenith on 2013/04/10 15:53:53

	Wrap an overly long line.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/usr.sbin/devinfo/devinfo.c#4 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/usr.sbin/devinfo/devinfo.c#4 (text+ko) ====

@@ -116,7 +116,8 @@
 	if (devinfo_foreach_rman_resource(rman,
 	    print_device_matching_resource, ia) != 0) {
 		/* XXX: Resources should have types... */
-		if(iflag && !rflag && strncmp("Interrupt", rman->dm_desc, 9) != 0)
+		if (iflag && !rflag &&
+		    strncmp("Interrupt", rman->dm_desc, 9) != 0)
 			goto skip;
 
 		/* there are, print header */


More information about the p4-projects mailing list