Ignore:
Timestamp:
Jan 22, 2013, 4:23:22 PM (11 years ago)
Author:
meunier
Message:

Code formatting in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/serialization_ext.h

    r27 r52  
    3838
    3939#include <iostream>
     40
    4041#include "sc_fwd.h"
    4142
    4243namespace sc_core {
     44
    4345/////////////////////////
    4446// SYSTEMCASS SPECIFIC //
    4547
    4648// Types
    47 //typedef void (sc_core::sc_module::*save_fct_t2) (std::ostream&) const;
    48 typedef void (sc_core::sc_module::*save_fct_t1) (FILE*) const;
     49typedef void(sc_core::sc_module::*save_fct_t1) (FILE *) const;
    4950
    5051// Functions
    51 extern void sc_save_simulation (const char *filename = "savedefault");
     52extern void sc_save_simulation(const char * filename = "savedefault");
    5253
    5354} // end of sc_core namespace
     
    5960#endif // __SERIALIZATION_EXT_H__
    6061
     62/*
     63# Local Variables:
     64# tab-width: 4;
     65# c-basic-offset: 4;
     66# c-file-offsets:((innamespace . 0)(inline-open . 0));
     67# indent-tabs-mode: nil;
     68# End:
     69#
     70# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
     71*/
     72
Note: See TracChangeset for help on using the changeset viewer.