VirtualBox

Ignore:
Timestamp:
Feb 3, 2010 1:07:12 PM (15 years ago)
Author:
vboxsync
Message:

Main: coding style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/USBControllerImpl.cpp

    r26171 r26186  
    560560
    561561    if (!m->llDeviceFilters->size())
    562         return setError (E_INVALIDARG,
    563             tr ("The USB device filter list is empty"));
     562        return setError(E_INVALIDARG,
     563                        tr("The USB device filter list is empty"));
    564564
    565565    if (aPosition >= m->llDeviceFilters->size())
    566         return setError (E_INVALIDARG,
    567             tr ("Invalid position: %lu (must be in range [0, %lu])"),
    568             aPosition, m->llDeviceFilters->size() - 1);
     566        return setError(E_INVALIDARG,
     567                        tr("Invalid position: %lu (must be in range [0, %lu])"),
     568                        aPosition, m->llDeviceFilters->size() - 1);
    569569
    570570    /* backup the list before modification */
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