Skip to content
Snippets Groups Projects
Commit ccdd8173 authored by Tomasz Grabiec's avatar Tomasz Grabiec
Browse files

run.py: convert tab to spaces


In order to have consistent indentation.

Signed-off-by: default avatarTomasz Grabiec <tgrabiec@cloudius-systems.com>
parent 751bf560
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def start_osv_qemu():
if (cmdargs.vhost):
args += ["-netdev", "tap,id=hn0,script=scripts/qemu-ifup.sh,vhost=on"]
args += ["-device", "virtio-net-pci,netdev=hn0,id=nic1"]
else:
else:
args += ["-netdev", "bridge,id=hn0,br=virbr0,helper=/usr/libexec/qemu-bridge-helper"]
args += ["-device", "virtio-net-pci,netdev=hn0,id=nic1"]
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment