* ldsym.c (KEEP macro): Add spaces around '=' for the
[binutils-gdb.git] / ld / ldsym.c
index 11534c1ead1c86075b74b578cd285e9c7333dc33..23512794e38eac75940a138c1a48f042bfb1dc20 100644 (file)
@@ -215,7 +215,7 @@ process_keepsyms (table, size)
   errno = 0;
 
 #define KEEP(S) \
-  do { asymbol **p=(S), *tmp=*out; *out=*p; *p=tmp; out++; } while (0)
+  do { asymbol **p = (S), *tmp = *out; *out = *p; *p = tmp; out++; } while (0)
 
   while (!feof (ks_file) && !ferror (ks_file))
     {