X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fwave%2Fsrc%2Fwave_config_constant.cpp;h=2b4e750a84a44339b46d2eeec0530d4f6bcb218e;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=f43ee802816891c54ef11aad2cf02dfae24373d1;hpb=7c673caec407dd16107e56e4b51a6d00f021315c;p=ceph.git diff --git a/ceph/src/boost/libs/wave/src/wave_config_constant.cpp b/ceph/src/boost/libs/wave/src/wave_config_constant.cpp index f43ee8028..2b4e750a8 100644 --- a/ceph/src/boost/libs/wave/src/wave_config_constant.cpp +++ b/ceph/src/boost/libs/wave/src/wave_config_constant.cpp @@ -1,7 +1,7 @@ /*============================================================================= Boost.Wave: A Standard compliant C++ preprocessor library Persistent application configuration - + http://www.boost.org/ Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost @@ -26,8 +26,8 @@ namespace boost { namespace wave { /////////////////////////////////////////////////////////////////////////// // Call this function to test the configuration of the calling application // against the configuration of the linked library. - BOOST_WAVE_DECL bool - test_configuration(unsigned int config, char const* pragma_keyword, + BOOST_WAVE_DECL bool + test_configuration(unsigned int config, char const* pragma_keyword, char const* string_type_str) { if (NULL == pragma_keyword || NULL == string_type_str) @@ -39,7 +39,7 @@ namespace boost { namespace wave { strcmp(string_type_str, BOOST_PP_STRINGIZE((BOOST_WAVE_STRINGTYPE)))) { return false; - } + } return true; }