From ef86e38e9fd750db35e23aa949aa60e4c9f60f0c Mon Sep 17 00:00:00 2001
From: Roman Kyrylych <roman@archlinux.org>
Date: Thu, 21 Feb 2008 18:07:44 +0200
Subject: [PATCH] Remove trailing whitespaces and do some little reformatting

Signed-off-by: Roman Kyrylych <roman@archlinux.org>
---
 rc.conf |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/rc.conf b/rc.conf
index 076703c..8a78b30 100644
--- a/rc.conf
+++ b/rc.conf
@@ -17,7 +17,7 @@
 #
 LOCALE="en_US.utf8"
 HARDWARECLOCK="localtime"
-USEDIRECTISA="yes" 
+USEDIRECTISA="yes"
 TIMEZONE="Canada/Pacific"
 KEYMAP="us"
 CONSOLEFONT=
@@ -33,7 +33,7 @@ USECOLOR="yes"
 # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
 #
 # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
-# 
+#
 MOD_AUTOLOAD="yes"
 #MOD_BLACKLIST=() #deprecated
 MODULES=()
@@ -49,14 +49,12 @@ USELVM="no"
 #
 HOSTNAME="myhost"
 
-# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
-# interfaces.
+# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
 #
 # Interfaces to start at boot-up (in this order)
 # Declare each interface then list in INTERFACES
 #   - prefix an entry in INTERFACES with a ! to disable it
 #   - no hyphens in your interface names - Bash doesn't like it
-#
 # 
 # DHCP:     Set your interface to "dhcp" (eth0="dhcp")
 # Wireless: See network profiles below
-- 
1.5.3.7

