mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	White space fixes in res_fax
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@341769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -46,7 +46,7 @@ | |||||||
|  * \author Kevin P. Fleming <kpfleming@digium.com> |  * \author Kevin P. Fleming <kpfleming@digium.com> | ||||||
|  * \author Matthew Nicholson <mnicholson@digium.com> |  * \author Matthew Nicholson <mnicholson@digium.com> | ||||||
|  * \author Gregory H. Nietsky  <gregory@distrotech.co.za> |  * \author Gregory H. Nietsky  <gregory@distrotech.co.za> | ||||||
|  *  |  * | ||||||
|  * A generic FAX resource module that provides SendFAX and ReceiveFAX applications. |  * 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 |  * 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. |  * so it can use the technology modules to perform the actual FAX transmissions. | ||||||
| @@ -290,7 +290,7 @@ struct fax_detect { | |||||||
| /*! \brief FAX Detect flags */ | /*! \brief FAX Detect flags */ | ||||||
| #define FAX_DETECT_MODE_CNG	(1 << 0) | #define FAX_DETECT_MODE_CNG	(1 << 0) | ||||||
| #define FAX_DETECT_MODE_T38	(1 << 1) | #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; | static int fax_logger_level = -1; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user