]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove trailing spaces in kern/device.c
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 24 Feb 2010 10:29:11 +0000 (11:29 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 24 Feb 2010 10:29:11 +0000 (11:29 +0100)
kern/device.c

index 5cfd190f38c12bce395eee98b380a5cbf515d7ba..cd019fdafef4f9ae06f080d81085717d995d7acb 100644 (file)
@@ -152,7 +152,7 @@ grub_device_iterate (int (*hook) (const char *name))
          grub_free (partition_name);
          grub_free (p);
          return 1;
-       }      
+       }
       grub_free (partition_name);
 
       p->next = ents;