2000-10-09 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / ld / ldfile.h
index 9e1834fb625f102c5fa375ee36a859df46635c3f..35bd2dc21bd7755a0c6544cd02b4902d3fc4d662 100644 (file)
@@ -29,8 +29,7 @@ extern const char *ldfile_output_machine_name;
 /* Structure used to hold the list of directories to search for
    libraries.  */
 
-typedef struct search_dirs
-{
+typedef struct search_dirs {
   /* Next directory on list.  */
   struct search_dirs *next;
   /* Name of directory.  */
This page took 0.025196 seconds and 4 git commands to generate.