Ignore:
Timestamp:
11/07/13 09:21:49 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: even better formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/StringParam.cpp

    r16653 r16655  
    4444/*FUNCTION StringParam::DeepEcho{{{*/
    4545void StringParam::DeepEcho(void){
    46         _printf_("   StringParam "<<setw(25)<<left<<EnumToStringx(this->enum_type)<<" "<<this->value<<"\n");
     46        _printf_(setw(22)<<"   StringParam "<<setw(35)<<left<<EnumToStringx(this->enum_type)<<" "<<this->value<<"\n");
    4747}
    4848/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.