cppcheck: use prefix variant
This commit is contained in:
parent
f0316f43ea
commit
88d4f48202
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ sal_Bool DAVResourceAccess::detectRedirectCycle(
|
||||||
if ( aUri == (*it) )
|
if ( aUri == (*it) )
|
||||||
return sal_True;
|
return sal_True;
|
||||||
|
|
||||||
it++;
|
++it;
|
||||||
}
|
}
|
||||||
|
|
||||||
return sal_False;
|
return sal_False;
|
||||||
|
|
Loading…
Reference in a new issue