From: Michal Bielicki Date: Tue, 19 Feb 2008 08:53:29 +0000 (+0000) Subject: got rid of dos fileendings suddenly appearing in this file X-Git-Tag: v1.0-rc1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb4dceeed06ff7d7700b109f26bfc6f910b331ba;p=thirdparty%2Ffreeswitch.git got rid of dos fileendings suddenly appearing in this file git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7697 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/voipcodecs/src/voipcodecs/telephony.h b/libs/voipcodecs/src/voipcodecs/telephony.h index f57fb2817d..b9fcef5fa3 100644 --- a/libs/voipcodecs/src/voipcodecs/telephony.h +++ b/libs/voipcodecs/src/voipcodecs/telephony.h @@ -54,13 +54,13 @@ typedef int (span_tx_handler_t)(void *s, int16_t amp[], int max_len); #if !defined(TRUE) #define TRUE (!FALSE) #endif - -#include -#if (_MSC_VER >= 1400) // VC8+ -#define vc_assert(expr) assert(expr);__analysis_assume( expr ) -#else -#define vc_assert(expr) assert(expr) -#endif + +#include +#if (_MSC_VER >= 1400) // VC8+ +#define vc_assert(expr) assert(expr);__analysis_assume( expr ) +#else +#define vc_assert(expr) assert(expr) +#endif #if defined(__cplusplus) /* C++ doesn't seem to have sane rounding functions/macros yet */