git.annexia.org
/
virt-what.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638e405
)
Add space before parens in function defns for readability.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 16 Sep 2014 18:02:18 +0000
(19:02 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 31 Oct 2016 10:16:27 +0000
(06:16 -0400)
(cherry picked from commit
bdb7404ca6221d6d18e1a4864aa2cd0698164a06
)
virt-what.in
patch
|
blob
|
history
diff --git
a/virt-what.in
b/virt-what.in
index
f2c0b90
..
0770070
100644
(file)
--- 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"