[asterisk-commits] kmoore: branch kmoore/cel_cleanup r393026 - /team/kmoore/cel_cleanup/tests/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 26 17:08:30 CDT 2013
Author: kmoore
Date: Wed Jun 26 17:08:28 2013
New Revision: 393026
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393026
Log:
Clean up some white space
Modified:
team/kmoore/cel_cleanup/tests/test_cel.c
Modified: team/kmoore/cel_cleanup/tests/test_cel.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/cel_cleanup/tests/test_cel.c?view=diff&rev=393026&r1=393025&r2=393026
==============================================================================
--- team/kmoore/cel_cleanup/tests/test_cel.c (original)
+++ team/kmoore/cel_cleanup/tests/test_cel.c Wed Jun 26 17:08:28 2013
@@ -1323,7 +1323,7 @@
.tv_sec = start.tv_sec + 30,
.tv_nsec = start.tv_usec * 1000
};
-
+
SCOPED_MUTEX(lock, &sync_lock);
ast_cond_timedwait(&sync_out, &sync_lock, &end);
}
More information about the asterisk-commits
mailing list