~leif-lindholm/linaro-grub/arm-uboot

« back to all changes in this revision

Viewing changes to grub-core/kern/uboot/init.c

  • Committer: Leif Lindholm
  • Date: 2012-11-15 15:31:32 UTC
  • Revision ID: leif.lindholm@arm.com-20121115153132-yyqpdlk3z04kh3ed
Indentation fixup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  int ver;
73
73
 
74
74
  /* First of all - establish connection with U-Boot */
75
 
  ver = uboot_api_init();
 
75
  ver = uboot_api_init ();
76
76
  if (!ver)
77
77
    {
78
78
      /* Don't even have a console to log errors to... */