VirtualBox

Changeset 82017 in vbox


Ignore:
Timestamp:
Nov 20, 2019 10:28:05 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134820
Message:

DevATA: indent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r82015 r82017  
    80858085                        if (rc == VERR_CFGM_NOT_ENOUGH_SPACE)
    80868086                            return PDMDEV_SET_ERROR(pDevIns, VERR_INVALID_PARAMETER,
    8087                                         N_("PIIX3 configuration error: \"SerialNumber\" is longer than 20 bytes"));
     8087                                                    N_("PIIX3 configuration error: \"SerialNumber\" is longer than 20 bytes"));
    80888088                        return PDMDEV_SET_ERROR(pDevIns, rc,
    8089                                   N_("PIIX3 configuration error: failed to read \"SerialNumber\" as string"));
     8089                                                N_("PIIX3 configuration error: failed to read \"SerialNumber\" as string"));
    80908090                    }
    80918091
     
    80968096                        if (rc == VERR_CFGM_NOT_ENOUGH_SPACE)
    80978097                            return PDMDEV_SET_ERROR(pDevIns, VERR_INVALID_PARAMETER,
    8098                                         N_("PIIX3 configuration error: \"FirmwareRevision\" is longer than 8 bytes"));
     8098                                                    N_("PIIX3 configuration error: \"FirmwareRevision\" is longer than 8 bytes"));
    80998099                        return PDMDEV_SET_ERROR(pDevIns, rc,
    8100                                     N_("PIIX3 configuration error: failed to read \"FirmwareRevision\" as string"));
     8100                                                N_("PIIX3 configuration error: failed to read \"FirmwareRevision\" as string"));
    81018101                    }
    81028102
     
    81078107                        if (rc == VERR_CFGM_NOT_ENOUGH_SPACE)
    81088108                            return PDMDEV_SET_ERROR(pDevIns, VERR_INVALID_PARAMETER,
    8109                                        N_("PIIX3 configuration error: \"ModelNumber\" is longer than 40 bytes"));
     8109                                                    N_("PIIX3 configuration error: \"ModelNumber\" is longer than 40 bytes"));
    81108110                        return PDMDEV_SET_ERROR(pDevIns, rc,
    8111                                     N_("PIIX3 configuration error: failed to read \"ModelNumber\" as string"));
     8111                                                N_("PIIX3 configuration error: failed to read \"ModelNumber\" as string"));
    81128112                    }
    81138113
     
    81218121                            if (rc == VERR_CFGM_NOT_ENOUGH_SPACE)
    81228122                                return PDMDEV_SET_ERROR(pDevIns, VERR_INVALID_PARAMETER,
    8123                                            N_("PIIX3 configuration error: \"ATAPIVendorId\" is longer than 16 bytes"));
     8123                                                        N_("PIIX3 configuration error: \"ATAPIVendorId\" is longer than 16 bytes"));
    81248124                            return PDMDEV_SET_ERROR(pDevIns, rc,
    8125                                         N_("PIIX3 configuration error: failed to read \"ATAPIVendorId\" as string"));
     8125                                                    N_("PIIX3 configuration error: failed to read \"ATAPIVendorId\" as string"));
    81268126                        }
    81278127
     
    81328132                            if (rc == VERR_CFGM_NOT_ENOUGH_SPACE)
    81338133                                return PDMDEV_SET_ERROR(pDevIns, VERR_INVALID_PARAMETER,
    8134                                            N_("PIIX3 configuration error: \"ATAPIProductId\" is longer than 16 bytes"));
     8134                                                        N_("PIIX3 configuration error: \"ATAPIProductId\" is longer than 16 bytes"));
    81358135                            return PDMDEV_SET_ERROR(pDevIns, rc,
    8136                                         N_("PIIX3 configuration error: failed to read \"ATAPIProductId\" as string"));
     8136                                                    N_("PIIX3 configuration error: failed to read \"ATAPIProductId\" as string"));
    81378137                        }
    81388138
     
    81438143                            if (rc == VERR_CFGM_NOT_ENOUGH_SPACE)
    81448144                                return PDMDEV_SET_ERROR(pDevIns, VERR_INVALID_PARAMETER,
    8145                                            N_("PIIX3 configuration error: \"ATAPIRevision\" is longer than 4 bytes"));
     8145                                                        N_("PIIX3 configuration error: \"ATAPIRevision\" is longer than 4 bytes"));
    81468146                            return PDMDEV_SET_ERROR(pDevIns, rc,
    8147                                         N_("PIIX3 configuration error: failed to read \"ATAPIRevision\" as string"));
     8147                                                    N_("PIIX3 configuration error: failed to read \"ATAPIRevision\" as string"));
    81488148                        }
    81498149
     
    81518151                        if (RT_FAILURE(rc))
    81528152                            return PDMDEV_SET_ERROR(pDevIns, rc,
    8153                                         N_("PIIX3 configuration error: failed to read \"OverwriteInquiry\" as boolean"));
     8153                                                    N_("PIIX3 configuration error: failed to read \"OverwriteInquiry\" as boolean"));
    81548154                    }
    81558155                }
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