1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

util: Fix the indention

Left in the git cache without commit before pushing. Pushed under
build breaker and trivial rule.
This commit is contained in:
Osier Yang 2014-01-23 18:16:11 +08:00
parent 2b66504ded
commit 7519958735

View File

@ -203,7 +203,7 @@ virSCSIDeviceNew(const char *adapter,
dev->target = target;
dev->unit = unit;
dev->readonly = readonly;
dev->shareable= shareable;
dev->shareable = shareable;
if (!(sg = virSCSIDeviceGetSgName(adapter, bus, target, unit)))
goto cleanup;