From 93df44fb9a30b80036fd1fbd22d23cb3b2672639 Mon Sep 17 00:00:00 2001
From: TransNexus OSP Development <support@transnexus.com>
Date: Wed, 15 Nov 2006 20:55:17 +0000
Subject: [PATCH] 1. Re-format the code.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/astosp.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/asterisk/astosp.h b/include/asterisk/astosp.h
index 75ee76fc5b..d5c7da1a75 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 */
-- 
GitLab