From d4a2150b9def2e55b7ec74a089af0b593041ea61 Mon Sep 17 00:00:00 2001 Message-Id: From: Osier Yang Date: Sun, 2 Feb 2014 23:09:38 +0800 Subject: [PATCH] util: Fix the indention https://bugzilla.redhat.com/show_bug.cgi?id=957292 Left in the git cache without commit before pushing. Pushed under build breaker and trivial rule. (cherry picked from commit 751995873592d595d69e1260f1f58172164c8ada) Signed-off-by: Jiri Denemark --- 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 4036db8..23b2890 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; -- 1.8.5.4