VirtualBox

Changeset 45367 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Apr 5, 2013 1:02:06 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84789
Message:

Main: a couple of whitespace fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstCollector.cpp

    r45051 r45367  
    6464            break; \
    6565        ++nCalls; \
    66     } while(RTTimeMilliTS() - start < RUN_TIME_MS); \
     66    } while (RTTimeMilliTS() - start < RUN_TIME_MS); \
    6767    if (RT_FAILURE(rc)) \
    6868    { \
     
    469469        }
    470470        start = RTTimeMilliTS();
    471         while(RTTimeMilliTS() - start < 5000)
     471        while (RTTimeMilliTS() - start < 5000)
    472472            ; // Loop for 5 seconds
    473473        rc = collector->preCollect(hints, 0);
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