From 751995873592d595d69e1260f1f58172164c8ada Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Thu, 23 Jan 2014 18:16:11 +0800 Subject: [PATCH] util: Fix the indention Left in the git cache without commit before pushing. Pushed under build breaker and trivial rule. --- src/util/virscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2