netlist.c: whitespace only cleanup
This commit is contained in:
parent
d7935930ad
commit
2173d03b14
|
|
@ -369,7 +369,7 @@ NLNetName(net)
|
||||||
{
|
{
|
||||||
static char tempId[100];
|
static char tempId[100];
|
||||||
#if defined(EMSCRIPTEN)
|
#if defined(EMSCRIPTEN)
|
||||||
int etext;
|
int etext;
|
||||||
#elif defined(linux) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 29)
|
#elif defined(linux) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 29)
|
||||||
extern char etext;
|
extern char etext;
|
||||||
#elif defined(linux) && defined(__clang__)
|
#elif defined(linux) && defined(__clang__)
|
||||||
|
|
@ -377,7 +377,7 @@ NLNetName(net)
|
||||||
#elif defined(linux) || defined(CYGWIN)
|
#elif defined(linux) || defined(CYGWIN)
|
||||||
extern int etext asm("etext");
|
extern int etext asm("etext");
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
int etext;
|
int etext;
|
||||||
#else
|
#else
|
||||||
extern int etext;
|
extern int etext;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue