From 93df44fb9a30b80036fd1fbd22d23cb3b2672639 Mon Sep 17 00:00:00 2001 From: TransNexus OSP Development Date: Wed, 15 Nov 2006 20:55:17 +0000 Subject: 1. Re-format the code. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47703 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/astosp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/asterisk/astosp.h') diff --git a/include/asterisk/astosp.h b/include/asterisk/astosp.h index 75ee76fc5..d5c7da1a7 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 */ -- cgit v1.2.3