bin/symbols-check: add missing newline before function

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35891>
This commit is contained in:
Eric Engestrom 2025-06-29 16:54:27 +02:00 committed by Marge Bot
parent 6a28d6707d
commit f28cda029c

View file

@ -55,6 +55,7 @@ PLATFORM_SYMBOLS = [
'_ftext',
]
def get_symbols_nm(nm, lib):
'''
List all the (non platform-specific) symbols exported by the library