From e1cb0e8d02d194134e0baf8d0ab8f4c1bad5821a Mon Sep 17 00:00:00 2001
From: Dimitrios Chasapis <dchasapi@bsc.es>
Date: Thu, 30 Nov 2023 16:04:28 +0100
Subject: [PATCH] fixed style issues

---
 .../n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a-mt.eb     | 9 ++++++---
 Golden_Repo/r/Ramulator/Ramulator-0.0-GCC-11.3.0.eb      | 4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/Golden_Repo/n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a-mt.eb b/Golden_Repo/n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a-mt.eb
index 93a99bf7..5a67c75c 100644
--- a/Golden_Repo/n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a-mt.eb
+++ b/Golden_Repo/n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a-mt.eb
@@ -4,7 +4,10 @@ name = 'nanox'
 version = 'tasksim-nov2020'
 
 homepage = 'https://pm.bsc.es/nanox'
-description = """Nanox/Nanos++ is a runtime designed to serve as runtime support in parallel environments. It is mainly used to support OmpSs, a extension to OpenMP developed at BSC. It also has modules to support OpenMP."""
+
+description = """Nanox/Nanos++ is a runtime designed to serve as runtime support in parallel 
+environments. It is mainly used to support OmpSs, a extension to OpenMP developed at BSC. It 
+also has modules to support OpenMP."""
 
 source_urls = ['https://github.com/dchasap/MUSA/releases/download/deepsea']
 sources = ['nanox-tasksim-nov2020.tar.gz']
@@ -36,8 +39,8 @@ configopts += ' --disable-debug'
 install_cmd = "make install && cp -rf ./src %(installdir)s/"
 
 sanity_check_paths = {
-        'files': [],
-        'dirs': ['src', 'lib'],
+    'files': [],
+    'dirs': ['src', 'lib'],
 }
 
 hidden = True
diff --git a/Golden_Repo/r/Ramulator/Ramulator-0.0-GCC-11.3.0.eb b/Golden_Repo/r/Ramulator/Ramulator-0.0-GCC-11.3.0.eb
index 1b69a336..4073a80e 100644
--- a/Golden_Repo/r/Ramulator/Ramulator-0.0-GCC-11.3.0.eb
+++ b/Golden_Repo/r/Ramulator/Ramulator-0.0-GCC-11.3.0.eb
@@ -19,6 +19,6 @@ build_cmd_targets = 'libramulator.a'
 files_to_copy = ['libramulator.a', 'src']
 
 sanity_check_paths = {
-  'files': ['libramulator.a'],
-  'dirs': ['src'],
+    'files': ['libramulator.a'],
+    'dirs': ['src'],
 }
-- 
GitLab