plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit f7f0512875f6eedfa8caa26a4b3969d66f31a6c4
parent 01a29ffe9dec8f11afa6db22a6ed0218bdbe5c5c
Author: Marc Simpson <marc@0branch.com>
Date:   Tue, 10 Dec 2019 08:36:05 -0800

ed: formatting tweak (remove redundant tab). (#301)


Diffstat:
Msrc/cmd/ed.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/ed.c b/src/cmd/ed.c @@ -13,7 +13,7 @@ enum FNSIZE = 128, /* file name */ LBSIZE = 4096, /* max line size */ BLKSIZE = 4096, /* block size in temp file */ - NBLK = 32767, /* max size of temp file */ + NBLK = 32767, /* max size of temp file */ ESIZE = 256, /* max size of reg exp */ GBSIZE = 256, /* max size of global command */ MAXSUB = 9, /* max number of sub reg exp */