Show
Ignore:
Timestamp:
11/13/09 16:11:31 (15 years ago)
Author:
mido
Message:

astyler run over all test sources
general_suite added
cleanup of \test directory finished

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/mat_checks.cpp

    r706 r722  
    6868} 
    6969 
    70 std::string CurrentContext::format_context(int ln) { 
     70std::string CurrentContext::format_context ( int ln ) { 
    7171        std::stringstream ss; 
    7272        ss << "error at " << config_name << '[' << index << ']'; 
    7373 
    7474        if ( ln >= 0 ) { 
    75                 ss << ", harness line " << ln; 
     75                ss << ", harness line " << ln; 
    7676        } 
    7777