patch: style fix

Submitted by:	gogolok
This commit is contained in:
Pedro F. Giffuni 2013-07-24 15:46:49 +00:00
parent 98161e5ceb
commit b9740ba1a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253614

View File

@ -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;