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/egiw_harness.h

    r456 r477  
    1616#include "epdf_harness.h" 
    1717 
    18 namespace bdm 
    19 { 
     18namespace bdm { 
    2019 
    21 class egiw_harness : public epdf_harness 
    22 { 
     20class egiw_harness : public epdf_harness { 
    2321private: 
    24     double lognc; 
     22        double lognc; 
    2523 
    2624public: 
    27     egiw_harness():lognc(0) { } 
     25        egiw_harness() : lognc ( 0 ) { } 
    2826 
    29     void test(const char *config_name, int idx); 
     27        void test ( const char *config_name, int idx ); 
    3028 
    31     void from_setting(const Setting &set); 
     29        void from_setting ( const Setting &set ); 
    3230}; 
    3331