Fix spaces/tab issue

This commit is contained in:
Pierre Muller 2023-08-09 08:09:28 +02:00
parent e1651ccdab
commit 645e296345
3 changed files with 6 additions and 2 deletions

4
rtl/embedded/fpcmake.loc Normal file
View File

@ -0,0 +1,4 @@
list_all:
$(foreach v, \
$(.VARIABLES), \
$(info $(v) = $($(v))))