mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
Fix code formatting
svn-id: r50581
This commit is contained in:
parent
21450f1a2e
commit
ac351c175f
@ -914,8 +914,7 @@ reg_t kCreateTextBitmap(EngineState *s, int argc, reg_t *argv) {
|
||||
return NULL_REG;
|
||||
}
|
||||
|
||||
reg_t kCD(EngineState *s, int argc, reg_t *argv)
|
||||
{
|
||||
reg_t kCD(EngineState *s, int argc, reg_t *argv) {
|
||||
// TODO: Stub
|
||||
switch (argv[0].toUint16()) {
|
||||
case 0:
|
||||
|
Loading…
Reference in New Issue
Block a user