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

    r452 r477  
    22#include "itpp_ext.h" 
    33 
    4 int main(int, char const *[]) 
    5 { 
    6     itpp::RNG_randomize(); 
    7     return UnitTest::RunAllTests(); 
     4int main ( int, char const *[] ) { 
     5        itpp::RNG_randomize(); 
     6        return UnitTest::RunAllTests(); 
    87}