Date: Wed, 24 Jul 2013 15:46:50 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253614 - head/usr.bin/patch Message-ID: <201307241546.r6OFkok8016984@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307241546.r6OFkok8016984>