Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / adv_scenarios / link_reference.qbk
index 378a88d..0d9a844 100644 (file)
@@ -44,12 +44,12 @@ An example may be found [link ref_BOOST_TEST_MODULE here].
 [/-----------------------------------------------------------------]
 [section:link_boost_test_alternative_init_macro `BOOST_TEST_ALTERNATIVE_INIT_API`]
 
-[warning This macro should be defined before any include directive to the __UTF__ headers and is 
+[warning This macro should be defined before any include directive to the __UTF__ headers and is
 mutually exclusive with the __BOOST_TEST_MODULE__ macro.]
 
-In case of custom initialization of the test module entry point, this macro indicates the __UTF__ to 
+In case of custom initialization of the test module entry point, this macro indicates the __UTF__ to
 use the new API. The differences between the new and old APIs are described in [link
-boost_test.adv_scenarios.obsolete_init_func this section]. 
+boost_test.adv_scenarios.obsolete_init_func this section].
 
 The way to customize the entry point of the test-module depends on the variant of the __UTF__ in use.
 Several sections in the documentation are devoted to this: