common: indent, no logic change to trans.h
This commit is contained in:
parent
1934c9ea00
commit
148c1f858c
@ -36,9 +36,10 @@
|
|||||||
|
|
||||||
struct trans; /* forward declaration */
|
struct trans; /* forward declaration */
|
||||||
|
|
||||||
typedef int (*ttrans_data_in)(struct trans* self);
|
typedef int (DEFAULT_CC *ttrans_data_in)(struct trans* self);
|
||||||
typedef int (*ttrans_conn_in)(struct trans* self, struct trans* new_self);
|
typedef int (DEFAULT_CC *ttrans_conn_in)(struct trans* self,
|
||||||
typedef int (*tis_term)(void);
|
struct trans* new_self);
|
||||||
|
typedef int (DEFAULT_CC *tis_term)(void);
|
||||||
|
|
||||||
struct trans
|
struct trans
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user