netlist.c: whitespace only cleanup

This commit is contained in:
Darryl L. Miles 2025-07-15 23:56:45 +01:00 committed by R. Timothy Edwards
parent d7935930ad
commit 2173d03b14
1 changed files with 2 additions and 2 deletions

View File

@ -369,7 +369,7 @@ NLNetName(net)
{
static char tempId[100];
#if defined(EMSCRIPTEN)
int etext;
int etext;
#elif defined(linux) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 29)
extern char etext;
#elif defined(linux) && defined(__clang__)
@ -377,7 +377,7 @@ NLNetName(net)
#elif defined(linux) || defined(CYGWIN)
extern int etext asm("etext");
#elif defined(__APPLE__)
int etext;
int etext;
#else
extern int etext;
#endif