[svn-commits] transnexus: trunk r47703 - /trunk/include/asterisk/astosp.h

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Nov 15 13:55:17 MST 2006


Author: transnexus
Date: Wed Nov 15 14:55:17 2006
New Revision: 47703

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47703
Log:
1. Re-format the code.

Modified:
    trunk/include/asterisk/astosp.h

Modified: trunk/include/asterisk/astosp.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/astosp.h?view=diff&rev=47703&r1=47702&r2=47703
==============================================================================
--- trunk/include/asterisk/astosp.h (original)
+++ trunk/include/asterisk/astosp.h Wed Nov 15 14:55:17 2006
@@ -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 */



More information about the svn-commits mailing list