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

    r35 r52  
    2222// Port Dependency Graph
    2323struct PortDependency {
    24   const method_process_t *method;
    25   const sc_port_base     *source;
    26   const sc_port_base     *destination;
     24  const method_process_t * method;
     25  const sc_port_base * source;
     26  const sc_port_base * destination;
    2727};
     28
    2829typedef std::list<PortDependency> PortDependencyGraph;
    2930
     
    3233
    3334// Dump to dot file
    34 extern bool PortDependencyGraph2dot (const char *name, const PortDependencyGraph& = get_port_dependency_graph());
     35extern bool PortDependencyGraph2dot(const char * name, const PortDependencyGraph& = get_port_dependency_graph());
    3536
    3637} // end of sc_core namespace
Note: See TracChangeset for help on using the changeset viewer.