diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2015-10-18 11:25:15 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2015-10-24 08:09:46 -0400 |
commit | 528c9f8c5a238f5533cdb35cb1c53de7c58a53d7 (patch) | |
tree | 215f25689bb6e2fd006068ecfa0352b16448d13f | |
parent | 5ced3bb370f2221b886224c9c3816de490b2a5a9 (diff) | |
download | seabios-528c9f8c5a238f5533cdb35cb1c53de7c58a53d7.tar.gz |
biostables: Minor - fix incorrect indentation
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/fw/biostables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/biostables.c b/src/fw/biostables.c index cc7a7309..cb743963 100644 --- a/src/fw/biostables.c +++ b/src/fw/biostables.c @@ -452,7 +452,7 @@ void smbios_setup(void) { if (smbios_romfile_setup()) - return; + return; smbios_legacy_setup(); } |