aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-07-24 15:46:49 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-07-24 15:46:49 +0000
commitb9740ba1a829a1851d576f4bae2e4237022185bc (patch)
tree9ded18f1886df9ef11d7a995fe683480275ceb0b /usr.bin/patch
parent98161e5ceb132d2f502b3b60a3f01071defb019f (diff)
downloadsrc-b9740ba1a829a1851d576f4bae2e4237022185bc.tar.gz
src-b9740ba1a829a1851d576f4bae2e4237022185bc.zip
patch: style fix
Submitted by: gogolok
Notes
Notes: svn path=/head/; revision=253614
Diffstat (limited to 'usr.bin/patch')
-rw-r--r--usr.bin/patch/patch.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
index d008c0f5aecb..956482cb38f1 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -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;