* gold.cc (queue_middle_tasks): Fix formatting.
authorIan Lance Taylor <ian@airs.com>
Tue, 29 Dec 2009 00:22:43 +0000 (00:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 29 Dec 2009 00:22:43 +0000 (00:22 +0000)
gold/ChangeLog
gold/gold.cc

index e44f2baa012e6df46fec8b22b15455e07bd14f65..b14ce7a44421d836c1494767fd91689e67399a0f 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-28  Ian Lance Taylor  <iant@google.com>
+
+       * gold.cc (queue_middle_tasks): Fix formatting.
+
 2009-12-23  Ian Lance Taylor  <iant@google.com>
 
        * i386.cc (Target_i386::do_calls_non_split): Recognize
index ddb05b5415a21aac0e75d64306aae9c8a40ef76a..15a8946642e0d8870efeb998677a1aa35378efbf 100644 (file)
@@ -314,7 +314,7 @@ queue_middle_tasks(const General_options& options,
         start_sym = symtab->lookup(parameters->options().entry());
       else
         start_sym = symtab->lookup("_start");
-      if (start_sym !=NULL)
+      if (start_sym != NULL)
         {
           bool is_ordinary;
           unsigned int shndx = start_sym->shndx(&is_ordinary);
This page took 0.030359 seconds and 4 git commands to generate.