Changeset 52 for sources/src/sc_logic.cc


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_logic.cc

    r27 r52  
    4040
    4141#include "sc_logic.h"
     42
    4243#ifdef HAVE_CONFIG_H
    4344#include "config.h"
     
    4647namespace sc_dt {
    4748
    48 const sc_logic SC_LOGIC_0 (Log_0);
    49 const sc_logic SC_LOGIC_1 (Log_1);
    50 const sc_logic SC_LOGIC_Z (Log_Z);
    51 const sc_logic SC_LOGIC_X (Log_X);
     49const sc_logic SC_LOGIC_0(Log_0);
     50const sc_logic SC_LOGIC_1(Log_1);
     51const sc_logic SC_LOGIC_Z(Log_Z);
     52const sc_logic SC_LOGIC_X(Log_X);
    5253
    5354} /* end of sc_dt namespace */
    5455
     56/*
     57# Local Variables:
     58# tab-width: 4;
     59# c-basic-offset: 4;
     60# c-file-offsets:((innamespace . 0)(inline-open . 0));
     61# indent-tabs-mode: nil;
     62# End:
     63#
     64# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
     65*/
     66
Note: See TracChangeset for help on using the changeset viewer.