summaryrefslogtreecommitdiff
path: root/include/asterisk/astosp.h
diff options
context:
space:
mode:
authorTransNexus OSP Development <support@transnexus.com>2006-11-15 20:55:17 +0000
committerTransNexus OSP Development <support@transnexus.com>2006-11-15 20:55:17 +0000
commit93df44fb9a30b80036fd1fbd22d23cb3b2672639 (patch)
treed53423507f88f829823615acf48c26b3dcb3e039 /include/asterisk/astosp.h
parentc4ad5399c24934248e5259c21f2afe4b5c565f13 (diff)
1. Re-format the code.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/astosp.h')
-rw-r--r--include/asterisk/astosp.h6
1 files changed, 3 insertions, 3 deletions
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 */