From 9e2f7d7b83a91cf4aca6b5980051d05417bda543 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20Henrik=20G=C3=B6bbert?= <goebbert1@jwlogin23.juwels>
Date: Thu, 31 Mar 2022 15:43:06 +0200
Subject: [PATCH] fix style

---
 Golden_Repo/x/xpra/xpra-4.3.2-GCCcore-11.2.0.eb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Golden_Repo/x/xpra/xpra-4.3.2-GCCcore-11.2.0.eb b/Golden_Repo/x/xpra/xpra-4.3.2-GCCcore-11.2.0.eb
index b7ec9ecfb..43acfafa2 100644
--- a/Golden_Repo/x/xpra/xpra-4.3.2-GCCcore-11.2.0.eb
+++ b/Golden_Repo/x/xpra/xpra-4.3.2-GCCcore-11.2.0.eb
@@ -129,7 +129,8 @@ postinstallcmds = [
     (
         # server config
         'touch %(installdir)s/etc/xpra/server.env && '
-        "sed -i 's!^source =.*!source = %(installdir)s/etc/xpra/server.env!' %(installdir)s/etc/xpra/conf.d/60_server.conf"
+        "sed -i 's!^source =.*!source = %(installdir)s/etc/xpra/server.env!' "
+	"       %(installdir)s/etc/xpra/conf.d/60_server.conf"
     ),
     # make Xpra randomly choose a GPU for acceleration if present
     'mv %(installdir)s/bin/xpra %(installdir)s/bin/xpra.orig',
@@ -156,7 +157,7 @@ postinstallcmds = [
 ]
 
 modextravars = {
-    'XPRA_SYSTEM_CONF_DIRS' : '%(installdir)s/etc/xpra',
+    'XPRA_SYSTEM_CONF_DIRS': '%(installdir)s/etc/xpra',
 }
 modextrapaths = {
     'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'],
-- 
GitLab