Skip to content

Commit

Permalink
Merge pull request #1 from chrisbarber/chrisbarber-double-semicolon
Browse files Browse the repository at this point in the history
delete double semi-colon
  • Loading branch information
chrisbarber authored Mar 26, 2019
2 parents ddb0fbb + 45315d0 commit 47cfb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sdsl/int_vector_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class int_vector_buffer
//! Returns whether underlying streams are currently associated to a file
bool is_open()
{
return m_ifile.is_open() and m_ofile.is_open();;
return m_ifile.is_open() and m_ofile.is_open();
}

//! Delete all content and set size to 0
Expand Down

0 comments on commit 47cfb0a

Please sign in to comment.