URI: 
       ted: formatting tweak (remove redundant tab). (#301) - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f7f0512875f6eedfa8caa26a4b3969d66f31a6c4
   DIR parent 01a29ffe9dec8f11afa6db22a6ed0218bdbe5c5c
  HTML Author: Marc Simpson <marc@0branch.com>
       Date:   Tue, 10 Dec 2019 08:36:05 -0800
       
       ed: formatting tweak (remove redundant tab). (#301)
       
       
       Diffstat:
         M src/cmd/ed.c                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/ed.c b/src/cmd/ed.c
       t@@ -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 */