common: indent, no logic change to trans.h

ulab-next
Jay Sorg 11 years ago
parent 1934c9ea00
commit 148c1f858c

@ -36,9 +36,10 @@
struct trans; /* forward declaration */
typedef int (*ttrans_data_in)(struct trans* self);
typedef int (*ttrans_conn_in)(struct trans* self, struct trans* new_self);
typedef int (*tis_term)(void);
typedef int (DEFAULT_CC *ttrans_data_in)(struct trans* self);
typedef int (DEFAULT_CC *ttrans_conn_in)(struct trans* self,
struct trans* new_self);
typedef int (DEFAULT_CC *tis_term)(void);
struct trans
{

Loading…
Cancel
Save