svn commit: r253614 - head/usr.bin/patch

Pedro F. Giffuni pfg at FreeBSD.org
Wed Jul 24 15:46:50 UTC 2013


Author: pfg
Date: Wed Jul 24 15:46:49 2013
New Revision: 253614
URL: http://svnweb.freebsd.org/changeset/base/253614

Log:
  patch: style fix
  
  Submitted by:	gogolok

Modified:
  head/usr.bin/patch/patch.c

Modified: head/usr.bin/patch/patch.c
==============================================================================
--- head/usr.bin/patch/patch.c	Wed Jul 24 13:43:09 2013	(r253613)
+++ head/usr.bin/patch/patch.c	Wed Jul 24 15:46:49 2013	(r253614)
@@ -239,8 +239,10 @@ main(int argc, char *argv[])
 		if (!skip_rest_of_patch)
 			scan_input(filearg[0]);
 
-		/* from here on, open no standard i/o files, because malloc */
-		/* might misfire and we can't catch it easily */
+		/*
+		 * from here on, open no standard i/o files, because
+		 * malloc might misfire and we can't catch it easily
+		 */
 
 		/* apply each hunk of patch */
 		hunk = 0;


More information about the svn-src-all mailing list