Module Name:    src
Committed By:   jschauma
Date:           Mon Nov 28 17:09:52 UTC 2022

Modified Files:
        src/tests/lib/libc/net: t_protoent.sh

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/net/t_protoent.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/net/t_protoent.sh
diff -u src/tests/lib/libc/net/t_protoent.sh:1.2 src/tests/lib/libc/net/t_protoent.sh:1.3
--- src/tests/lib/libc/net/t_protoent.sh:1.2	Mon Sep  3 15:32:18 2012
+++ src/tests/lib/libc/net/t_protoent.sh	Mon Nov 28 17:09:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: t_protoent.sh,v 1.2 2012/09/03 15:32:18 christos Exp $
+# $NetBSD: t_protoent.sh,v 1.3 2022/11/28 17:09:52 jschauma Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -67,15 +67,15 @@ protoent_body()
 			n = split(names[key], ar);
 			printf "name=%s, proto=%s, aliases=", ar[1], proto;
 			for (i=2; i<=n; i++) {
-			if (i>2) {
-				printf " ";
-			}
-			printf "%s", ar[i];
+				if (i>2) {
+					printf " ";
+				}
+				printf "%s ", ar[i];
 			}
 			printf "\n";
 			delete ar;
 		}
-		}
+	}
 	' | sort >exp
 
 	# run test program

Reply via email to