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

    r1 r52  
    1010|                                                             |
    1111\------------------------------------------------------------*/
     12
    1213#ifndef BIT2STRING_H
    1314#define BIT2STRING_H
     
    1718namespace sc_core {
    1819
    19 extern void  bit2string (char *buf,tab_t *val,int bit_number);
    20 extern char *strip      (char *bitstring);     
     20extern void  bit2string(char * buf, tab_t * val, int bit_number);
     21extern char * strip(char * bitstring);
    2122
    2223} // end of sc_core namespace
    2324
    2425#endif
     26
Note: See TracChangeset for help on using the changeset viewer.