VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

File:
1 edited

Legend:

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

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Defined Constants                                                          *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Defined Constants                                                                                                            *
     30*********************************************************************************************************************************/
    3131#define ISDIGIT(c) ((c) >= '0' && (c) <= '9')
    3232/*#define MAX(a, b)  ((a) >= (b) ? (a) : (b))
     
    3434
    3535
    36 /*******************************************************************************
    37 *   Header Files                                                               *
    38 *******************************************************************************/
     36/*********************************************************************************************************************************
     37*   Header Files                                                                                                                 *
     38*********************************************************************************************************************************/
    3939#define LOG_GROUP RTLOGGROUP_STRING
    4040#include <iprt/string.h>
     
    6464
    6565
    66 /*******************************************************************************
    67 *   Internal Functions                                                         *
    68 *******************************************************************************/
     66/*********************************************************************************************************************************
     67*   Internal Functions                                                                                                           *
     68*********************************************************************************************************************************/
    6969static unsigned _strnlen(const char *psz, unsigned cchMax);
    7070static unsigned _strnlenUtf16(PCRTUTF16 pwsz, unsigned cchMax);
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