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/CurrentTest.cpp

    r418 r477  
    44namespace UnitTest { 
    55 
    6 TestResults*& CurrentTest::Results() 
    7 { 
     6TestResults*& CurrentTest::Results() { 
    87        static TestResults* testResults = NULL; 
    98        return testResults; 
    109} 
    1110 
    12 const TestDetails*& CurrentTest::Details() 
    13 { 
     11const TestDetails*& CurrentTest::Details() { 
    1412        static const TestDetails* testDetails = NULL; 
    1513        return testDetails;