]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
1. Re-format the code.
authorTransNexus OSP Development <support@transnexus.com>
Wed, 15 Nov 2006 20:55:17 +0000 (20:55 +0000)
committerTransNexus OSP Development <support@transnexus.com>
Wed, 15 Nov 2006 20:55:17 +0000 (20:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47703 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/astosp.h

index 75ee76fc5b22278d3459cb3aa4195fd1bc12c251..d5c7da1a75e564bddd8fe265eca0a9a0561ded70 100644 (file)
@@ -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 */