maint: with split lines, don't leave an operator at end of line
authorJim Meyering <meyering@redhat.com>
Sun, 1 Jan 2012 00:46:34 +0000 (01:46 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 2 May 2012 08:31:47 +0000 (10:31 +0200)
commitb8a6996e258a2c30de40fb20cab0d17a38c3eff2
tree4c84dc578458441a112a4bc3c874cf27eccb231d
parenta18ba2f10a739e1f0ef31cf0ebd60c8cf95d74f0
maint: with split lines, don't leave an operator at end of line

* src/copy.c (copy_reg): Split an expression before a binary operator,
not after it.
* src/cut.c (set_fields): Likewise.
* src/id.c (main): Likewise.
* src/install.c (setdefaultfilecon): Likewise.
* src/join.c (ignore_case): Likewise.
* src/pr.c (cols_ready_to_print, init_parameters, print_page): Likewise.
* src/stty.c (set_window_size): Likewise.
* src/wc.c (SUPPORT_OLD_MBRTOWC): Likewise.
* src/who.c (scan_entries): Likewise.
* src/test.c (binary_operator): Join a split line.
* src/extent-scan.c (extent_scan_read): Move an ">" from end of line
to beginning of the following.
Likewise for two other expressions.
src/copy.c
src/cut.c
src/extent-scan.c
src/id.c
src/install.c
src/join.c
src/pr.c
src/stty.c
src/test.c
src/wc.c
src/who.c