提交 913b3983 authored 作者: Christopher Rienzo's avatar Christopher Rienzo

replace spaces with tabs in mod_spandsp

上级 0235d6a6
...@@ -60,9 +60,9 @@ struct spandsp_globals { ...@@ -60,9 +60,9 @@ struct spandsp_globals {
short int use_ecm; short int use_ecm;
short int verbose; short int verbose;
short int disable_v17; short int disable_v17;
short int enable_t38; short int enable_t38;
short int enable_t38_request; short int enable_t38_request;
short int enable_t38_insist; short int enable_t38_insist;
char *ident; char *ident;
char *header; char *header;
char *timezone; char *timezone;
...@@ -84,7 +84,7 @@ extern struct spandsp_globals spandsp_globals; ...@@ -84,7 +84,7 @@ extern struct spandsp_globals spandsp_globals;
typedef enum { typedef enum {
FUNCTION_TX, FUNCTION_TX,
FUNCTION_RX, FUNCTION_RX,
FUNCTION_GW FUNCTION_GW
} mod_spandsp_fax_application_mode_t; } mod_spandsp_fax_application_mode_t;
/****************************************************************************** /******************************************************************************
...@@ -107,7 +107,7 @@ struct tone_descriptor { ...@@ -107,7 +107,7 @@ struct tone_descriptor {
/** The mapping of tone id to key */ /** The mapping of tone id to key */
char tone_keys[MAX_TONES][STRLEN]; char tone_keys[MAX_TONES][STRLEN];
int idx; int idx;
}; };
typedef struct tone_descriptor tone_descriptor_t; typedef struct tone_descriptor tone_descriptor_t;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论