JANITORIAL: Remove trailing whitespace

This commit is contained in:
Sven Hesse 2013-07-14 19:01:47 +02:00
parent 6e4217e1ba
commit 989ea7cb56
137 changed files with 1279 additions and 1279 deletions

View file

@ -1966,7 +1966,7 @@ static bool isVertexCovered(const Patch &p, unsigned int wi) {
// ---w1--1----p----w2--2----
// ^ \ (inside)
if (wi > p.indexw1 && wi <= p.indexw2)
return true;
return true;
// v / (outside)
// ---w2--2----p----w1--1----