libmach: Remove whitespace - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f60f2f1a36f05d3352dad82bcddee3b4b0cac883
 (DIR) parent e082102024dc1b108b686cc7b0a5dcd4d4da3185
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Fri, 15 Mar 2024 20:21:43 +0100
       
       libmach: Remove whitespace
       
       Diffstat:
         M src/libmach/coff32/coff32type.c     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libmach/coff32/coff32type.c b/src/libmach/coff32/coff32type.c
       @@ -11,7 +11,7 @@ coff32type(char *name)
        {
                struct arch *ap;
        
       -        for (ap = coff32archs; ap ->name; ap++) {
       +        for (ap = coff32archs; ap->name; ap++) {
                        if (strcmp(ap->name, name) == 0)
                                return ap->type;
                }