File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ static void double_interrupt()
2727
2828int main ()
2929{
30- BOOST_TEST ( true ); // perform lwt initialization
30+ BOOST_TEST ( true ); // perform lwt initialization
3131
3232 std::cout << " Start" << std::endl;
3333 double_interrupt ();
3434 std::cout << " End" << std::endl;
3535
36- return boost::report_errors ();
36+ return boost::report_errors ();
3737}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ static void double_interrupt()
2525
2626int main ()
2727{
28- BOOST_TEST ( true ); // perform lwt initialization
28+ BOOST_TEST ( true ); // perform lwt initialization
2929
3030 std::cout << " Start" << std::endl;
3131 double_interrupt ();
3232 std::cout << " End" << std::endl;
3333
34- return boost::report_errors ();
34+ return boost::report_errors ();
3535}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ static void double_interrupt()
2525
2626int main ()
2727{
28- BOOST_TEST ( true ); // perform lwt initialization
28+ BOOST_TEST ( true ); // perform lwt initialization
2929
3030 std::cout << " Start" << std::endl;
3131 double_interrupt ();
3232 std::cout << " End" << std::endl;
3333
34- return boost::report_errors ();
34+ return boost::report_errors ();
3535}
You can’t perform that action at this time.
0 commit comments