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:
parent
2b66504ded
commit
7519958735
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user