mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
1. Re-format the code.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user