From f28cda029c7ffa5f9b9145697193b97a30fb91e2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 29 Jun 2025 16:54:27 +0200 Subject: [PATCH] bin/symbols-check: add missing newline before function Part-of: --- bin/symbols-check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/symbols-check.py b/bin/symbols-check.py index 2e014731728..d03c1b513b1 100644 --- a/bin/symbols-check.py +++ b/bin/symbols-check.py @@ -55,6 +55,7 @@ PLATFORM_SYMBOLS = [ '_ftext', ] + def get_symbols_nm(nm, lib): ''' List all the (non platform-specific) symbols exported by the library