]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commitdiff
biostables: Minor - fix incorrect indentation
authorKevin O'Connor <kevin@koconnor.net>
Sun, 18 Oct 2015 15:25:15 +0000 (11:25 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 24 Oct 2015 12:09:46 +0000 (08:09 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/fw/biostables.c

index cc7a730920045d12647e5e89a61d44448fac0ad8..cb743963c9fc38c28be0ae675a62b6e501a74015 100644 (file)
@@ -452,7 +452,7 @@ void
 smbios_setup(void)
 {
     if (smbios_romfile_setup())
-      return;
+        return;
     smbios_legacy_setup();
 }