Changeset 27 in cheroxy


Ignore:
Timestamp:
11/14/12 14:32:57 (11 years ago)
Author:
cheese
Message:

#1 fix code-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CRXException.cpp

    r24 r27  
    8686                                va_list     aVaList)
    8787{
    88     /****************************************************************
     88    /*---------------------------------------------------------------
    8989     * local variables
    90      ****************************************************************/
    91     double  aDoubleValue = .0;
    92     int  aIntValue = 0;
     90     *--------------------------------------------------------------*/
     91    double  aDoubleValue = .0;
     92    int     aIntValue = 0;
    9393    char    *aStringValue = NULL;
    9494    char    *aPtr = NULL;
    95     void *  aHexValue = NULL;
     95    void *  aHexValue = NULL;
    9696
    97     std::stringstream   aErrorStream;
     97    std::stringstream   aErrorStream;
    9898
    9999    /*----------------------------------------------------------------*/
    100100#ifdef _DEBUG
    101     /****************************************************************
     101    /*----------------------------------------------------------------
    102102     * 1. set default error message
    103      ****************************************************************/
     103     *----------------------------------------------------------------*/
    104104    aErrorStream << "[" << aFile << "]";
    105105    if (aLine != 0)
     
    110110#endif
    111111
    112     /****************************************************************
     112    /*----------------------------------------------------------------
    113113     * 2. set error string from arguments
    114      ****************************************************************/
     114     *----------------------------------------------------------------*/
    115115    for (aPtr = (char*)aFormat ; *aPtr ; ++aPtr)
    116116    {
Note: See TracChangeset for help on using the changeset viewer.