Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Oct 6, 2024
1 parent c11ee25 commit c3b4434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libursa/SortedRun.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RunIterator : public std::iterator<std::forward_iterator_tag, uint32_t> {
uint8_t *nextpos();

public:
RunIterator(uint8_t *run) : pos_(run), prev_(-1) { }
RunIterator(uint8_t *run) : pos_(run), prev_(-1) {}
~RunIterator() {}

RunIterator &operator++() {
Expand Down

0 comments on commit c3b4434

Please sign in to comment.