summaryrefslogtreecommitdiff
path: root/ld/ldfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r--ld/ldfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h
index 9e1834fb62..35bd2dc21b 100644
--- a/ld/ldfile.h
+++ b/ld/ldfile.h
@@ -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. */