From 4728c05957c755735cdffc48340e548586e3ec5f Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 28 Aug 2014 00:16:01 +0000 Subject: sched: Fix typo and whitespace change. ........ Merged revisions 422200 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@422201 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/sched.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main') diff --git a/main/sched.c b/main/sched.c index 6161185e4..97e07eab5 100644 --- a/main/sched.c +++ b/main/sched.c @@ -496,9 +496,10 @@ int _ast_sched_del(struct ast_sched_context *con, int id, const char *file, int ast_assert(s != NULL); #else { - char buf[100]; - snprintf(buf, sizeof(buf), "s != NULL, id=%d", id); - _ast_assert(0, buf, file, line, function); + char buf[100]; + + snprintf(buf, sizeof(buf), "s != NULL, id=%d", id); + _ast_assert(0, buf, file, line, function); } #endif *last_id = id; -- cgit v1.2.3