remove typedef

This commit is contained in:
Lightos1
2026-06-14 21:21:05 +02:00
parent dc7fa98d19
commit c18f3f1468
3 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ namespace ams::ldr::hoc {
SmcRebootToIramPayload();
while(true){}
while(true) { }
}
#endif
}