Add missing spaces in a comment

Reason: Consistency.
This commit is contained in:
Gennaro Prota
2025-09-15 18:29:40 +02:00
parent 4157a327d9
commit fa3cef5485

View File

@@ -1239,7 +1239,7 @@ template< typename B, typename A, typename StringT >
void
dump_to_string( const dynamic_bitset< B, A > & b, StringT & s )
{
to_string_helper( b, s, true /* =dump_all*/ );
to_string_helper( b, s, true /* = dump_all */ );
}
template< typename Block, typename AllocatorOrContainer, typename BlockOutputIterator >