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

    r1 r52  
    1111|                                                             |
    1212\------------------------------------------------------------*/
     13
    1314#ifndef SC_PAT_TRACE_H
    1415#define SC_PAT_TRACE_H
     
    2021
    2122// Create PAT file
    22 extern sc_trace_file *sc_create_pat_trace_file(const char* name);
     23extern sc_trace_file * sc_create_pat_trace_file(const char * name);
    2324
    2425// Close PAT file
     
    3233#endif
    3334
     35/*
     36# Local Variables:
     37# tab-width: 4;
     38# c-basic-offset: 4;
     39# c-file-offsets:((innamespace . 0)(inline-open . 0));
     40# indent-tabs-mode: nil;
     41# End:
     42#
     43# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
     44*/
     45
Note: See TracChangeset for help on using the changeset viewer.