SWTP6800: Adjust indentation
This commit is contained in:
parent
839103b292
commit
21cd2a4e25
1 changed files with 3 additions and 3 deletions
|
@ -75,11 +75,11 @@ int32 BOOTROM_get_mbyte(int32 offset);
|
|||
|
||||
UNIT BOOTROM_unit = {
|
||||
#if defined(DONT_USE_INTERNAL_ROM)
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO, 0),
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO, 0),
|
||||
#else /* !defined(DONT_USE_INTERNAL_ROM) */
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO+((BOOT_CODE_SIZE>>9)<<UNIT_V_MSIZE), BOOT_CODE_SIZE),
|
||||
UDATA (NULL, UNIT_ATTABLE+UNIT_BINK+UNIT_ROABLE+UNIT_RO+((BOOT_CODE_SIZE>>9)<<UNIT_V_MSIZE), BOOT_CODE_SIZE),
|
||||
#endif
|
||||
KBD_POLL_WAIT };
|
||||
KBD_POLL_WAIT };
|
||||
|
||||
MTAB BOOTROM_mod[] = {
|
||||
{ UNIT_MSIZE, UNIT_NONE, "None", "NONE", &BOOTROM_config },
|
||||
|
|
Loading…
Add table
Reference in a new issue