VirtualBox

Ignore:
Timestamp:
Sep 14, 2007 3:16:30 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24503
Message:

realigned comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/strformat.cpp

    r4694 r4801  
    299299RTDECL(size_t) RTStrFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, PFNSTRFORMAT pfnFormat, void *pvArgFormat, const char *pszFormat, va_list InArgs)
    300300{
    301     /* make a copy so we can reference it (AMD64 / gcc). */
    302     va_list args;
     301    va_list     args;
    303302    KSIZE       cch = 0;
    304303    const char *pszStartOutput = pszFormat;
    305304
    306     va_copy(args, InArgs);
     305    va_copy(args, InArgs); /* make a copy so we can reference it (AMD64 / gcc). */
    307306
    308307    while (*pszFormat != '\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