svn commit: r201036 - head/etc

Doug Barton dougb at FreeBSD.org
Sun Dec 27 06:25:04 UTC 2009


Author: dougb
Date: Sun Dec 27 06:25:03 2009
New Revision: 201036
URL: http://svn.freebsd.org/changeset/base/201036

Log:
  Delete some trailing whitespace

Modified:
  head/etc/rc.subr

Modified: head/etc/rc.subr
==============================================================================
--- head/etc/rc.subr	Sun Dec 27 03:43:19 2009	(r201035)
+++ head/etc/rc.subr	Sun Dec 27 06:25:03 2009	(r201036)
@@ -738,7 +738,7 @@ $command $rc_flags $command_args"
 				if [ -n "$_nice" ]; then
 					if [ -z "$_user" ]; then
 						_doit="sh -c \"$_doit\""
-					fi	
+					fi
 					_doit="nice -n $_nice $_doit"
 				fi
 			fi
@@ -1063,7 +1063,7 @@ load_rc_config()
 		esac
 	done
 }
-  
+
 #
 # load_rc_config_var name var
 #	Read the rc.conf(5) var for name and set in the


More information about the svn-src-head mailing list