diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
commit | 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch) | |
tree | cfe1328d742da3f0572ac8b2f06aa95259862ac5 /editors/patch.c | |
parent | b63afead4411c5832d427ed149683c85cc81a4c9 (diff) | |
download | busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2 busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip |
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/patch.c')
-rw-r--r-- | editors/patch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/patch.c b/editors/patch.c index 81316fae3..a51b7a502 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -21,7 +21,6 @@ | |||
21 | * -F fuzz (number, default 2) | 21 | * -F fuzz (number, default 2) |
22 | * [file] which file to patch | 22 | * [file] which file to patch |
23 | */ | 23 | */ |
24 | |||
25 | //config:config PATCH | 24 | //config:config PATCH |
26 | //config: bool "patch (9.1 kb)" | 25 | //config: bool "patch (9.1 kb)" |
27 | //config: default y | 26 | //config: default y |