Skip to content

Commit c32874c

Browse files
authored
Merge pull request #414 from chrisbarber/master
delete double semi-colon
2 parents 552feae + 47cfb0a commit c32874c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sdsl/int_vector_buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class int_vector_buffer
284284
//! Returns whether underlying streams are currently associated to a file
285285
bool is_open()
286286
{
287-
return m_ifile.is_open() and m_ofile.is_open();;
287+
return m_ifile.is_open() and m_ofile.is_open();
288288
}
289289

290290
//! Delete all content and set size to 0

0 commit comments

Comments
 (0)