URI:
       ed: Minor whitespace change - sbase - suckless unix tools
  HTML git clone git://git.suckless.org/sbase
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 004a51426e42d42150a746dc113ad86fb3fbed3c
   DIR parent 1871a3578059a836c3aa1817ba9030f7f50c5e9b
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Fri, 30 Jan 2026 14:21:08 +0100
       
       ed: Minor whitespace change
       
       Diffstat:
         M ed.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ed.c b/ed.c
       @@ -836,7 +836,7 @@ dowrite(const char *fname, int trunc)
                        fp = NULL;
                }
        
       -        if(fname[0] == '!') {
       +        if (fname[0] == '!') {
                        sh = 1;
                        if((fp = popen(expandcmd(), "w")) == NULL)
                                error("bad exec");