]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: Fix the indention
authorOsier Yang <jyang@redhat.com>
Thu, 23 Jan 2014 10:16:11 +0000 (18:16 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 23 Jan 2014 10:16:11 +0000 (18:16 +0800)
Left in the git cache without commit before pushing. Pushed under
build breaker and trivial rule.

src/util/virscsi.c

index 3998c3a7ec8dc2791c69005c570da45d07fb5169..58d9e259a483248c3af671c8e14d331ab51ae477 100644 (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;