Skip to content

Commit c5c81f9

Browse files
committed
remove trailing spaces
1 parent 4b41b23 commit c5c81f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/vm/hypervisor/kvm/kvmspheartbeat.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# to you under the Apache License, Version 2.0 (the
77
# "License"); you may not use this file except in compliance
88
# with the License. You may obtain a copy of the License at
9-
#
9+
#
1010
# http://www.apache.org/licenses/LICENSE-2.0
11-
#
11+
#
1212
# Unless required by applicable law or agreed to in writing,
1313
# software distributed under the License is distributed on an
1414
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -17,7 +17,7 @@
1717
# under the License.
1818

1919
help() {
20-
printf "Usage: $0
20+
printf "Usage: $0
2121
-c cleanup"
2222
exit 1
2323
}
@@ -39,7 +39,7 @@ done
3939

4040
#delete VMs on this mountpoint
4141
deleteVMs() {
42-
vmPids=$(ps aux| grep qemu | grep 'storpool-byid' | awk '{print $2}' 2> /dev/null)
42+
vmPids=$(ps aux| grep qemu | grep 'storpool-byid' | awk '{print $2}' 2> /dev/null)
4343
if [ $? -gt 0 ]
4444
then
4545
return

0 commit comments

Comments
 (0)