aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/astosp.h
diff options
context:
space:
mode:
authortransnexus <transnexus@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-15 20:55:17 +0000
committertransnexus <transnexus@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-15 20:55:17 +0000
commitd4780aa5aac25cf082b6116c9ef7afeae812130a (patch)
treed53423507f88f829823615acf48c26b3dcb3e039 /include/asterisk/astosp.h
parentb1986af15965263da83601b70831375c58c5bd08 (diff)
1. Re-format the code.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47703 f38db490-d61c-443f-a65b-d21fe96a405b
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 */