Fix whitespace in fatal.c

This commit is contained in:
fincs 2017-11-14 19:33:29 +01:00
parent 5e0b10db70
commit 00b5758912

View File

@ -36,5 +36,5 @@ void fatalSimple(Result err) {
}
((void(*)())0xBADC0DE)();
__builtin_unreachable();
__builtin_unreachable();
}