VirtualBox

Ignore:
Timestamp:
Feb 14, 2010 9:25:17 AM (15 years ago)
Author:
vboxsync
Message:

Devices: tabs -> spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.c

    r26003 r26506  
    8686//.ascii      "Bochs VBE Display Adapter enabled"
    8787.ascii       "VirtualBox VBE Display Adapter enabled"
    88 .byte   0x0a,0x0d
    89 .byte   0x0a,0x0d
    90 .byte   0x00
     88.byte        0x0a,0x0d
     89.byte        0x0a,0x0d
     90.byte        0x00
    9191
    9292_no_vbebios_info_string:
    9393.ascii       "No VirtualBox VBE support available!"
    94 .byte   0x0a,0x0d
    95 .byte   0x0a,0x0d
    96 .byte 0x00
     94.byte        0x0a,0x0d
     95.byte        0x0a,0x0d
     96.byte        0x00
    9797
    9898#ifdef DEBUG
     
    101101.ascii       VBOX_VERSION_STRING
    102102.ascii       " VBE Display Adapter"
    103 .byte   0x0a,0x0d, 0x00
     103.byte        0x0a,0x0d, 0x00
    104104#endif
    105105
     
    12071207
    12081208        if (vbe2_info)
    1209         {
     1209        {
    12101210                // OEM Stuff
    12111211                write_word(ES, DI + RT_OFFSETOF(VbeInfoBlock, OemSoftwareRev), VBE_OEM_SOFTWARE_REV);
     
    12681268
    12691269        if (vbe2_info)
    1270         {
     1270        {
    12711271                // OEM Stuff
    12721272                vbe_info_block.OemSoftwareRev = VBE_OEM_SOFTWARE_REV;
     
    12811281                memcpyb(ES, DI, ss, &vbe_info_block, sizeof(vbe_info_block));
    12821282        }
    1283         else
    1284         {
     1283        else
     1284        {
    12851285                // copy updates in vbe_info_block back (VBE 1.x compatibility)
    12861286                memcpyb(ES, DI, ss, &vbe_info_block, 256);
    1287         }
     1287        }
    12881288#endif /* !VBOX */
    12891289
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette