mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
ed: formatting tweak (remove redundant tab). (#301)
This commit is contained in:
parent
01a29ffe9d
commit
f7f0512875
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ enum
|
||||||
FNSIZE = 128, /* file name */
|
FNSIZE = 128, /* file name */
|
||||||
LBSIZE = 4096, /* max line size */
|
LBSIZE = 4096, /* max line size */
|
||||||
BLKSIZE = 4096, /* block size in temp file */
|
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 */
|
ESIZE = 256, /* max size of reg exp */
|
||||||
GBSIZE = 256, /* max size of global command */
|
GBSIZE = 256, /* max size of global command */
|
||||||
MAXSUB = 9, /* max number of sub reg exp */
|
MAXSUB = 9, /* max number of sub reg exp */
|
||||||
|
|
Loading…
Reference in a new issue