From c5b3db1956a3db2446b0310b3a7d59961fe3e089 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 22 Mar 2012 19:51:16 +0000 Subject: Kill off red blobs in most of main/* Everything still compiled after making these changes, so I assume these whitespace-only changes didn't break anything (and shouldn't have). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360190 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/strcompat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/strcompat.c') diff --git a/main/strcompat.c b/main/strcompat.c index 97faae73f..1bad4b1b7 100644 --- a/main/strcompat.c +++ b/main/strcompat.c @@ -16,7 +16,7 @@ /*! \file * - * \brief Compatibility functions for strsep and strtoq missing on Solaris + * \brief Compatibility functions for strsep and strtoq missing on Solaris */ #include "asterisk.h" @@ -203,7 +203,7 @@ void timersub(struct timeval *tvend, struct timeval *tvstart, struct timeval *tv * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(HAVE_ASPRINTF) && !defined(__AST_DEBUG_MALLOC) +#if !defined(HAVE_ASPRINTF) && !defined(__AST_DEBUG_MALLOC) int asprintf(char **str, const char *fmt, ...) { va_list ap; -- cgit v1.2.3