Skip to content

Commit 6b5ed44

Browse files
authored
Fix clang-format issue
1 parent 9fe6d79 commit 6b5ed44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Algorithm/test/parser.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE(test_forwardparser_header_and_trailer)
6464
auto checkHeader = [](const typename FrameT::HeaderType& header) {
6565
return header.identifier == 0xdeadbeef;
6666
};
67-
int trailerCheckCount = 0;
67+
int trailerCheckCount = 0;
6868
auto checkTrailer = [&trailerCheckCount](const typename FrameT::TrailerType& trailer) {
6969
++trailerCheckCount;
7070
return trailer.identifier == 0xaaffee00;

0 commit comments

Comments
 (0)