about summary refs log tree commit diff
path: root/elf/do-lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/do-lookup.h')
-rw-r--r--elf/do-lookup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/do-lookup.h b/elf/do-lookup.h
index 3c5e6f4e9b..03eb2c66c7 100644
--- a/elf/do-lookup.h
+++ b/elf/do-lookup.h
@@ -149,9 +149,9 @@ FCT (const char *undef_name, struct link_map *undef_map,
 	 default version we still accept this symbol since there are
 	 no possible ambiguities.  */
 #if VERSIONED
-	sym = NULL;
+      sym = NULL;
 #else
-	sym = num_versions == 1 ? versioned_sym : NULL;
+      sym = num_versions == 1 ? versioned_sym : NULL;
 #endif
 
       if (sym != NULL