Author: dougb
Date: Wed Dec 30 19:25:40 2009
New Revision: 201271
URL: http://svn.freebsd.org/changeset/base/201271

Log:
  MFC r201036:
  
  Delete some trailing whitespace

Modified:
  stable/8/etc/rc.subr
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/rc.subr
==============================================================================
--- stable/8/etc/rc.subr        Wed Dec 30 19:06:16 2009        (r201270)
+++ stable/8/etc/rc.subr        Wed Dec 30 19:25:40 2009        (r201271)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to