From: TransNexus OSP Development Date: Wed, 15 Nov 2006 20:55:17 +0000 (+0000) Subject: 1. Re-format the code. X-Git-Tag: 1.6.0-beta1~3^2~3953 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93df44fb9a30b80036fd1fbd22d23cb3b2672639;p=thirdparty%2Fasterisk.git 1. Re-format the code. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47703 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/astosp.h b/include/asterisk/astosp.h index 75ee76fc5b..d5c7da1a75 100644 --- a/include/asterisk/astosp.h +++ b/include/asterisk/astosp.h @@ -24,8 +24,8 @@ #ifndef _ASTERISK_OSP_H #define _ASTERISK_OSP_H -#define AST_OSP_SUCCESS ((char*)"SUCCESS") /* Return status, success */ -#define AST_OSP_FAILED ((char*)"FAILED") /* Return status, failed */ -#define AST_OSP_ERROR ((char*)"ERROR") /* Return status, error */ +#define AST_OSP_SUCCESS ((char*)"SUCCESS") /* Return status, success */ +#define AST_OSP_FAILED ((char*)"FAILED") /* Return status, failed */ +#define AST_OSP_ERROR ((char*)"ERROR") /* Return status, error */ #endif /* _ASTERISK_OSP_H */