2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

made the indentation style consistent as suggested in review.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac436@3863 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
JINMEI Tatuya
2010-12-16 09:03:48 +00:00
parent fe0e648be5
commit 1de3838b24

View File

@@ -338,7 +338,7 @@ boost::mutex m;
],
[ AC_MSG_RESULT(yes (without libboost_thread)) ],
[ LIBS=" $LIBS -lboost_thread"
AC_TRY_LINK([
AC_TRY_LINK([
#include <boost/thread.hpp>
],[
boost::mutex m;