Add space before parens in function defns for readability.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 16 Sep 2014 18:02:18 +0000 (19:02 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 20 Jun 2016 12:30:23 +0000 (08:30 -0400)
virt-what.in

index f2c0b90..0770070 100644 (file)
@@ -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"