From: Osier Yang Date: Thu, 23 Jan 2014 10:16:11 +0000 (+0800) Subject: util: Fix the indention X-Git-Tag: v1.2.2-rc1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751995873592d595d69e1260f1f58172164c8ada;p=thirdparty%2Flibvirt.git util: Fix the indention Left in the git cache without commit before pushing. Pushed under build breaker and trivial rule. --- diff --git a/src/util/virscsi.c b/src/util/virscsi.c index 3998c3a7ec..58d9e259a4 100644 --- a/src/util/virscsi.c +++ b/src/util/virscsi.c @@ -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;