svn commit: r321424 - head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts

Ngie Cooper ngie at FreeBSD.org
Mon Jul 24 17:27:22 UTC 2017


Author: ngie
Date: Mon Jul 24 17:27:21 2017
New Revision: 321424
URL: https://svnweb.freebsd.org/changeset/base/321424

Log:
  Style cleanup: delete spurious trailing whitespace
  
  MFC after:	1 month

Modified:
  head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl

Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl	Mon Jul 24 17:23:53 2017	(r321423)
+++ head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl	Mon Jul 24 17:27:21 2017	(r321424)
@@ -250,7 +250,7 @@ sub run_tests {
 		$name = $1;
 		$base = $2;
 		$ext = $3;
-		
+
 		$dir = dirname($file);
 		$isksh = 0;
 		$tag = 0;
@@ -372,7 +372,7 @@ sub run_tests {
 			    "modunload -i 0");
 			if (!system("modinfo | grep dtrace")) {
 				warn "ERROR: couldn't unload dtrace\n";
-				system("svcadm enable " . 
+				system("svcadm enable " .
 				    "-s svc:/network/nfs/mapid:default");
 				exit(124);
 			}
@@ -387,7 +387,7 @@ sub run_tests {
 			    "modunload -i 0");
 			if (!system("modinfo | grep dtrace")) {
 				warn "ERROR: couldn't unload dtrace\n";
-				system("svcadm enable " . 
+				system("svcadm enable " .
 				    "-s svc:/network/nfs/mapid:default");
 				exit(124);
 			}
@@ -679,7 +679,7 @@ if ($opt_b) {
 #
 # Run all the tests specified on the command-line (the entire test suite
 # by default) once for each dtrace command tested, skipping any tests
-# not valid for that command. 
+# not valid for that command.
 #
 foreach $dtrace_cmd (@dtrace_cmds) {
 	run_tests($dtrace_cmd, $exception_lists{$dtrace_cmd});


More information about the svn-src-head mailing list