t9c: fix tab - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fa157263c8f510318f1f119a2d4843281e506eba
 (DIR) parent 53bf1f1ccf9a6fee9437649216ac047f80590fae
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Mon, 18 May 2020 22:38:54 -0400
       
       9c: fix tab
       
       Diffstat:
         M bin/9c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/9c b/bin/9c
       t@@ -149,7 +149,7 @@ case "$tag" in
                        cflags="$cflags -g"
                        cflags="$cflags -D__sun__ -D__${s}__"
                        ;;
       -*AIX*)        usexlc
       +*AIX*)                usexlc
                        cflags="$cflags -g -D__AIX__"
                        ;;
        *)