summaryrefslogtreecommitdiff
path: root/res/res_fax.c
diff options
context:
space:
mode:
authorGregory Nietsky <gregory@distrotech.co.za>2011-10-21 09:16:12 +0000
committerGregory Nietsky <gregory@distrotech.co.za>2011-10-21 09:16:12 +0000
commitb009ea5216398a2760ae9502ae3c56aa41198f0d (patch)
tree33d9cfca9a2842b2dd3affc43b26f3a135e4d00c /res/res_fax.c
parentb961d57c4cf3d3b607ce987f8fdbd35b4230a4ac (diff)
White space fixes in res_fax
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@341769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_fax.c')
-rw-r--r--res/res_fax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_fax.c b/res/res_fax.c
index 468a2de6b..3b1abd2fb 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -46,7 +46,7 @@
* \author Kevin P. Fleming <kpfleming@digium.com>
* \author Matthew Nicholson <mnicholson@digium.com>
* \author Gregory H. Nietsky <gregory@distrotech.co.za>
- *
+ *
* A generic FAX resource module that provides SendFAX and ReceiveFAX applications.
* This module requires FAX technology modules, like res_fax_spandsp, to register with it
* so it can use the technology modules to perform the actual FAX transmissions.
@@ -290,7 +290,7 @@ struct fax_detect {
/*! \brief FAX Detect flags */
#define FAX_DETECT_MODE_CNG (1 << 0)
#define FAX_DETECT_MODE_T38 (1 << 1)
-#define FAX_DETECT_MODE_BOTH (FAX_DETECT_MODE_CNG | FAX_DETECT_MODE_T38)
+#define FAX_DETECT_MODE_BOTH (FAX_DETECT_MODE_CNG | FAX_DETECT_MODE_T38)
static int fax_logger_level = -1;