VirtualBox

Changeset 14948 in vbox for trunk/src/VBox/Main/solaris


Ignore:
Timestamp:
Dec 3, 2008 3:06:30 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40303
Message:

Removed white space at EOL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/solaris/PerformanceSolaris.cpp

    r12992 r14948  
    9090    int cpus;
    9191    cpu_stat_t cpu_stats;
    92    
     92
    9393    if (mKC == 0)
    9494        return VERR_INTERNAL_ERROR;
    95    
     95
    9696    tmpUser = tmpKernel = tmpIdle = cpus = 0;
    9797    for (ksp = mKC->kc_chain; ksp != NULL; ksp = ksp->ks_next) {
     
    106106            tmpKernel += cpu_stats.cpu_sysinfo.cpu[CPU_KERNEL];
    107107            tmpIdle   += cpu_stats.cpu_sysinfo.cpu[CPU_IDLE];
    108         }         
    109     }
    110    
     108        }
     109    }
     110
    111111    if (cpus == 0)
    112112    {
     
    165165
    166166    kstat_named_t *kn;
    167    
     167
    168168    if (mKC == 0 || mSysPages == 0)
    169169        return VERR_INTERNAL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.

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