VirtualBox

Ignore:
Timestamp:
Nov 14, 2017 4:30:25 PM (7 years ago)
Author:
vboxsync
Message:

Replaced tabs with spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r69681 r69693  
    287287                break;
    288288
    289                         case 'w':   // --passwordFile
    290                         {
    291                                 Utf8Str utf8Password;
    292                                 RTEXITCODE rcExit = readPasswordFile(ValueUnion.psz, &utf8Password);
    293                                 if (rcExit != RTEXITCODE_SUCCESS)
    294                                         rc = E_FAIL;
    295                                 bstrPassword = utf8Password;
    296                                 break;
    297                         }
     289            case 'w':   // --passwordFile
     290            {
     291                Utf8Str utf8Password;
     292                RTEXITCODE rcExit = readPasswordFile(ValueUnion.psz, &utf8Password);
     293                if (rcExit != RTEXITCODE_SUCCESS)
     294                    rc = E_FAIL;
     295                bstrPassword = utf8Password;
     296                break;
     297            }
    298298            case 'N':   // --initiator
    299299                bstrInitiator = ValueUnion.psz;
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