summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-07-24 15:46:49 +0000
committerpfg <pfg@FreeBSD.org>2013-07-24 15:46:49 +0000
commite34a7fd4710fdb4a381a1c6f7e62dce24c35b171 (patch)
tree9ded18f1886df9ef11d7a995fe683480275ceb0b /usr.bin
parentb82eecbc574764736faf63174952c96d50fb0f97 (diff)
downloadFreeBSD-src-e34a7fd4710fdb4a381a1c6f7e62dce24c35b171.zip
FreeBSD-src-e34a7fd4710fdb4a381a1c6f7e62dce24c35b171.tar.gz
patch: style fix
Submitted by: gogolok
Diffstat (limited to 'usr.bin')
-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 d008c0f..956482c 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;
OpenPOWER on IntegriCloud