Remove trailing white spaces in ld
[deliverable/binutils-gdb.git] / ld / ldlang.h
index d5ea8d20e34c9c4697d0aa14b4af09d2df8f0d20..00e37578d5b09011e5c39204f06e0d03d525127b 100644 (file)
@@ -162,9 +162,9 @@ typedef struct lang_output_section_statement_struct
   unsigned int processed_lma : 1;
   unsigned int all_input_readonly : 1;
   /* If this section should be ignored.  */
-  unsigned int ignored : 1; 
+  unsigned int ignored : 1;
   /* If this section should update "dot".  Prevents section being ignored.  */
-  unsigned int update_dot : 1; 
+  unsigned int update_dot : 1;
   /* If this section is after assignment to _end.  */
   unsigned int after_end : 1;
 } lang_output_section_statement_type;
This page took 0.024776 seconds and 4 git commands to generate.