Blame SOURCES/0003-Xspice-Remove-extra-space-before-assignment.patch

af55dd
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
af55dd
From: Christophe Fergeau <cfergeau@redhat.com>
af55dd
Date: Wed, 8 Feb 2017 17:07:39 +0100
af55dd
Subject: [PATCH] Xspice: Remove extra space before assignment
af55dd
af55dd
---
af55dd
 scripts/Xspice | 4 ++--
af55dd
 1 file changed, 2 insertions(+), 2 deletions(-)
af55dd
af55dd
diff --git a/scripts/Xspice b/scripts/Xspice
af55dd
index 30d10fa..41fd80c 100755
af55dd
--- a/scripts/Xspice
af55dd
+++ b/scripts/Xspice
af55dd
@@ -211,7 +211,7 @@ signal.signal(signal.SIGTERM, cleanup)
af55dd
 atexit.register(cleanup)
af55dd
 
af55dd
 if args.auto:
af55dd
-    temp_dir  = tempfile.mkdtemp(prefix="Xspice-")
af55dd
+    temp_dir = tempfile.mkdtemp(prefix="Xspice-")
af55dd
     cleanup_dirs.append(temp_dir)
af55dd
 
af55dd
     args.config = temp_dir + "/xorg.conf"
af55dd
@@ -275,7 +275,7 @@ if args.vdagent_enabled:
af55dd
             os.unlink(f)
af55dd
 
af55dd
     if not temp_dir:
af55dd
-        temp_dir  = tempfile.mkdtemp(prefix="Xspice-")
af55dd
+        temp_dir = tempfile.mkdtemp(prefix="Xspice-")
af55dd
         cleanup_dirs.append(temp_dir)
af55dd
 
af55dd
     # Auto generate temporary files for vdagent