From af305827824824c7e40c09eeea70a7ce05a6633d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 16 Mar 2015 14:50:31 +0100 Subject: runqemu-gen-tapdevs: Fixup whitespace no real changes Signed-off-by: Bernhard Reutner-Fischer --- scripts/runqemu-gen-tapdevs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs index 1efe7a829a..299a83c2db 100755 --- a/scripts/runqemu-gen-tapdevs +++ b/scripts/runqemu-gen-tapdevs @@ -2,7 +2,7 @@ # # Create a "bank" of tap network devices that can be used by the # runqemu script. This script needs to be run as root, and will -# use the tunctl binary from the build system sysroot. Note: many Linux +# use the tunctl binary from the build system sysroot. Note: many Linux # distros these days still use an older version of tunctl which does not # support the group permissions option, hence the need to use the build # system provided version. @@ -24,7 +24,7 @@ usage() { echo "Usage: sudo $0 " - echo "Where is the numeric user id the tap devices will be owned by" + echo "Where is the numeric user id the tap devices will be owned by" echo "Where is the numeric group id the tap devices will be owned by" echo " is the number of tap devices to create (0 to remove all)" echo " is the path to the build system's native sysroot" @@ -64,8 +64,8 @@ if [ -z "$IFCONFIG" ]; then IFCONFIG=/sbin/ip fi if [ ! -x "$IFCONFIG" ]; then - echo "$IFCONFIG cannot be executed" - exit 1 + echo "$IFCONFIG cannot be executed" + exit 1 fi # Ensure we start with a clean slate -- cgit 1.2.3-korg