VirtualBox

Ignore:
Timestamp:
Sep 2, 2022 8:39:35 PM (2 years ago)
Author:
vboxsync
Message:

ValKit/LoadGenerator: Formatting fixes. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/misc/loadgenerator.cpp

    r96583 r96584  
    196196                rc = RTStrToUInt64Ex(ValueUnion.psz, &psz, 0, &cNanoSeconds);
    197197                if (RT_FAILURE(rc))
    198                     return RTMsgSyntax("Failed reading the alleged number '%s' (option '%s', rc=%Rrc).",
     198                    return RTMsgSyntax("Failed reading the alleged timeout number '%s' (rc=%Rrc).",
    199199                                       ValueUnion.psz, rc);
    200200                while (*psz == ' ' || *psz == '\t')
     
    218218                    if (u64 < cNanoSeconds || (u64 < u64Factor && u64))
    219219                        return RTMsgSyntax("Time representation overflowed! (%RU64 * %RU64)",
    220                                            psz, cNanoSeconds, u64Factor);
     220                                           cNanoSeconds, u64Factor);
    221221                    cNanoSeconds = u64;
    222222                }
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