Fix whitespace nit.

This commit is contained in:
Nathan Whitehorn 2011-03-09 15:03:42 +00:00
parent 6cc28b780f
commit 797c37ee2b

View File

@ -436,7 +436,7 @@ openfirmware_core(void *args)
isync();
#endif
result = ofwcall(args);
result = ofwcall(args);
ofw_sprg_restore();
intr_restore(oldmsr);