Skip to content

Commit

Permalink
#1934: Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Nov 23, 2023
1 parent 08f0168 commit b18923b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt/utils/container/circular_phases_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ struct CircularPhasesBuffer {
pos_ = invalid_;
return *this;
}

// find next valid phase - sparse phases or not full buffer
do {
++pos_;
Expand All @@ -210,7 +210,7 @@ struct CircularPhasesBuffer {
StoredPair &operator*() {
return (*buffer_)[pos_];
}

StoredPair *operator->() {
return &(operator*());
}
Expand Down

0 comments on commit b18923b

Please sign in to comment.