Skip to content

Commit 78af23c

Browse files
committed
Remove tabs
1 parent 743d19d commit 78af23c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

test/test_366_1.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ static void double_interrupt()
2727

2828
int 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
}

test/test_366_2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ static void double_interrupt()
2525

2626
int 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
}

test/test_366_3.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ static void double_interrupt()
2525

2626
int 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
}

0 commit comments

Comments
 (0)