diff options
| author | Pádraig Brady <P@draigBrady.com> | 2015-12-13 20:16:59 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2015-12-14 02:35:10 +0000 |
| commit | 5f87f1ac1cb2ef44aac4284d8103e7556597a842 (patch) | |
| tree | 5111883a2ffcd6856d42d66e70980fb19c02409c /src/split.c | |
| parent | sort: promote '--debug' (diff) | |
| download | coreutils-5f87f1ac1cb2ef44aac4284d8103e7556597a842.tar.gz coreutils-5f87f1ac1cb2ef44aac4284d8103e7556597a842.zip | |
maint: remove form feed characters from sources
These are no longer useful and can impact viewing
patches in some mail programs for example.
* src/cksum.c: Remove ^L characters.
* src/comm.c: Likewise.
* src/kill.c Likewise.
* src/ln.c Likewise.
* src/nl.c Likewise.
* src/pr.c Likewise.
* src/ptx.c Likewise.
* src/split.c Likewise.
* src/tr.c Likewise.
* src/tsort.c Likewise.
* src/uniq.c Likewise.
* src/wc.c Likewise.
* cfg.mk (sc_prohibit-form-feed): A new syntax check.
Diffstat (limited to 'src/split.c')
| -rw-r--r-- | src/split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c index 5d6037672..301f4baa6 100644 --- a/src/split.c +++ b/src/split.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - + /* By tege@sics.se, with rms. TODO: |
