* ldmain.c (main): Reindent.
+2005-07-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldmain.c (main): Reindent.
+
 2005-07-19  Paul Brook  <paul@codesourcery.com>
 
        * configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose
 
        einfo (_("%P%F: -r and -shared may not be used together\n"));
     }
 
-   if (!config.dynamic_link && link_info.shared)
-     einfo (_("%P%F: -static and -shared may not be used together\n"));
+  if (!config.dynamic_link && link_info.shared)
+    einfo (_("%P%F: -static and -shared may not be used together\n"));
 
   if (! link_info.shared)
     {