VirtualBox

Ignore:
Timestamp:
Jun 22, 2010 3:31:45 PM (15 years ago)
Author:
vboxsync
Message:

Solaris/vbi: spaces->tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c

    r30374 r30378  
    218218                 */
    219219                if (ncpus > VBI_NCPU) {
    220                     cmn_err(CE_NOTE, "cpu count mismatch.\n");
     220                        cmn_err(CE_NOTE, "cpu count mismatch.\n");
    221221                        return (EINVAL);
    222222                }
     
    227227                else if (max_cpuid + 1 != VBI_NCPU)
    228228                {
    229                     cmn_err(CE_NOTE, "cpuset_t size mismatch. probably too old a kernel.\n");
     229                        cmn_err(CE_NOTE, "cpuset_t size mismatch. probably too old a kernel.\n");
    230230                        return (EINVAL);        /* cpuset_t size mismatch */
    231231                }
     
    282282        }
    283283
    284     vbi_is_initialized = 1;
     284        vbi_is_initialized = 1;
    285285
    286286        return (0);
     
    874874        if (pgno != 0)
    875875        {
    876             do
    877             {
    878                 pgno--;
    879                 protv[pgno] = data->prot;
    880             } while (pgno != 0);
     876                do
     877                {
     878                        pgno--;
     879                        protv[pgno] = data->prot;
     880                } while (pgno != 0);
    881881        }
    882882        return (0);
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