From: Richard W.M. Jones Date: Tue, 16 Sep 2014 18:02:18 +0000 (+0100) Subject: Add space before parens in function defns for readability. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=915d2147645023abf571fd7422f70b5d95cd23dd;p=virt-what.git Add space before parens in function defns for readability. (cherry picked from commit bdb7404ca6221d6d18e1a4864aa2cd0698164a06) --- diff --git a/virt-what.in b/virt-what.in index f2c0b90..0770070 100644 --- a/virt-what.in +++ b/virt-what.in @@ -33,16 +33,16 @@ skip_qemu_kvm=false VERSION="@VERSION@" -have_cpuinfo() { +have_cpuinfo () { test -e "${root}/proc/cpuinfo" } -fail() { +fail () { echo "virt-what: $1" >&2 exit 1 } -usage() { +usage () { echo "virt-what [options]" echo "Options:" echo " --help Display this help"