Skip to content

Commit b9d5992

Browse files
Fix bug with misleading indentation
1 parent ee92c42 commit b9d5992

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openslam_gmapping/include/gmapping/particlefilter/particlefilter.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,12 @@ void rle(OutputIterator& out, const Iterator & begin, const Iterator & end){
137137
count=1;
138138
}
139139
}
140+
140141
if (count>0)
142+
{
141143
*out=std::make_pair(current,count);
142144
out++;
145+
}
143146
}
144147

145148
//BEGIN legacy

0 commit comments

Comments
 (0)