Show
Ignore:
Timestamp:
08/05/09 14:40:03 (15 years ago)
Author:
mido
Message:

panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) konfigurace je v souboru /system/astylerc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/unittest-cpp/ReportAssert.cpp

    r418 r477  
    44namespace UnitTest { 
    55 
    6 void ReportAssert(char const* description, char const* filename, int lineNumber) 
    7 { 
    8     throw AssertException(description, filename, lineNumber); 
     6void ReportAssert ( char const* description, char const* filename, int lineNumber ) { 
     7        throw AssertException ( description, filename, lineNumber ); 
    98} 
    109