From 2173d03b143129ecec0b5b792f068ed75b1c1fd6 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Tue, 15 Jul 2025 23:56:45 +0100 Subject: [PATCH] netlist.c: whitespace only cleanup --- utils/netlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/netlist.c b/utils/netlist.c index cb7bbd51..a0d1c593 100644 --- a/utils/netlist.c +++ b/utils/netlist.c @@ -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