From: David M. Lee Date: Wed, 9 Jan 2013 19:37:36 +0000 (+0000) Subject: Replace errant tabs with spaces in causes.h. X-Git-Tag: 11.3.0-rc1~3^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7224d5a8c2764719b604cbff83502b5d87aa14;p=thirdparty%2Fasterisk.git Replace errant tabs with spaces in causes.h. (closes issue ASTERISK-20826) Reported by: snuffy Patches: notabs.dif uploaded by snuffy (license 5024) ........ Merged revisions 378733 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@378734 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/causes.h b/include/asterisk/causes.h index b792b0a00b..490ae9ed3e 100644 --- a/include/asterisk/causes.h +++ b/include/asterisk/causes.h @@ -72,7 +72,7 @@ specification: - AST_CAUSE_CHAN_NOT_IMPLEMENTED 66 - AST_CAUSE_FACILITY_NOT_IMPLEMENTED 69 - AST_CAUSE_INVALID_CALL_REFERENCE 81 - - AST_CAUSE_INCOMPATIBLE_DESTINATION 88 + - AST_CAUSE_INCOMPATIBLE_DESTINATION 88 - AST_CAUSE_INVALID_MSG_UNSPECIFIED 95 - AST_CAUSE_MANDATORY_IE_MISSING 96 - AST_CAUSE_MESSAGE_TYPE_NONEXIST 97 @@ -111,8 +111,8 @@ For more information: #define AST_CAUSE_NUMBER_CHANGED 22 #define AST_CAUSE_REDIRECTED_TO_NEW_DESTINATION 23 #define AST_CAUSE_ANSWERED_ELSEWHERE 26 -#define AST_CAUSE_DESTINATION_OUT_OF_ORDER 27 -#define AST_CAUSE_INVALID_NUMBER_FORMAT 28 +#define AST_CAUSE_DESTINATION_OUT_OF_ORDER 27 +#define AST_CAUSE_INVALID_NUMBER_FORMAT 28 #define AST_CAUSE_FACILITY_REJECTED 29 #define AST_CAUSE_RESPONSE_TO_STATUS_ENQUIRY 30 #define AST_CAUSE_NORMAL_UNSPECIFIED 31 @@ -133,8 +133,8 @@ For more information: #define AST_CAUSE_INVALID_CALL_REFERENCE 81 #define AST_CAUSE_INCOMPATIBLE_DESTINATION 88 #define AST_CAUSE_INVALID_MSG_UNSPECIFIED 95 -#define AST_CAUSE_MANDATORY_IE_MISSING 96 -#define AST_CAUSE_MESSAGE_TYPE_NONEXIST 97 +#define AST_CAUSE_MANDATORY_IE_MISSING 96 +#define AST_CAUSE_MESSAGE_TYPE_NONEXIST 97 #define AST_CAUSE_WRONG_MESSAGE 98 #define AST_CAUSE_IE_NONEXIST 99 #define AST_CAUSE_INVALID_IE_CONTENTS 100