Remove trailing whitespace

This commit is contained in:
Gennaro Prota
2025-06-21 15:44:03 +02:00
parent 55ca6c1449
commit cdbcfd3853
8 changed files with 20 additions and 21 deletions

View File

@@ -145,7 +145,7 @@ void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) )
file.width(w);
file.fill(fill_chars[ci]);
file.exceptions(masks[mi]);
Tests::stream_inserter(b, file, stf.path().string().c_str());
Tests::stream_inserter(b, file, stf.path().string().c_str());
}
#endif
}