summaryrefslogtreecommitdiffstats
path: root/src/device/oprom/realmode/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/realmode/x86.c')
-rw-r--r--src/device/oprom/realmode/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index 5215934ed5bb..d230d5cbead3 100644
--- a/src/device/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
@@ -130,7 +130,7 @@ static void setup_interrupt_handlers(void)
{
/* If the mainboard_interrupt_handler isn't called first.
*/
- if(!intXX_handler[i])
+ if (!intXX_handler[i])
{
/* Now set the default functions that are actually
* needed to initialize the option roms. This is