[hackers] [sbase] ed: Minor whitespace change || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Fri, 30 Jan 2026 14:21:39 +0100 (CET)

commit 004a51426e42d42150a746dc113ad86fb3fbed3c
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
AuthorDate: Fri Jan 30 14:21:08 2026 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
CommitDate: Fri Jan 30 14:21:08 2026 +0100

    ed: Minor whitespace change

diff --git a/ed.c b/ed.c
index 081acaf..afd94f9 100644
--- a/ed.c
+++ b/ed.c
_AT_@ -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");
Received on Fri Jan 30 2026 - 14:21:39 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 30 2026 - 14:24:33 CET