[rtems_waf commit] rtems: Formatting update with yapf

Chris Johns chrisj at rtems.org
Thu Oct 5 22:31:19 UTC 2023


Module:    rtems_waf
Branch:    master
Commit:    f921380bbd36458894f9114c1826fb1e4aee1ea7
Changeset: http://git.rtems.org/rtems_waf/commit/?id=f921380bbd36458894f9114c1826fb1e4aee1ea7

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Oct  6 09:56:51 2023 +1100

rtems: Formatting update with yapf

---

 rtems.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rtems.py b/rtems.py
index a29d281..1566e58 100644
--- a/rtems.py
+++ b/rtems.py
@@ -714,6 +714,7 @@ def output_command_line():
 # From the extras. Use this to support long command lines.
 #
 def long_command_line():
+
     def exec_command(self, cmd, **kw):
         # workaround for command line length limit:
         # http://support.microsoft.com/kb/830473
@@ -864,6 +865,7 @@ def _arch_from_arch_bsp(arch_bsp):
             return '-'.join(fields[:(i + 1)])
     return None
 
+
 def _bsp_from_arch_bsp(arch_bsp):
     fields = arch_bsp.split('-')
     for i, field in enumerate(fields):
@@ -871,6 +873,7 @@ def _bsp_from_arch_bsp(arch_bsp):
             return '-'.join(fields[(i + 1):])
     return None
 
+
 def _pkgconfig_path(path):
     return os.path.join(path, 'lib', 'pkgconfig')
 



More information about the vc mailing list