mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
whitespace
This commit is contained in:
parent
ff2a40a7c6
commit
c186266f06
1 changed files with 1 additions and 2 deletions
|
@ -267,9 +267,8 @@ BuildTris (void)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
bestlen = 0;
|
bestlen = 0;
|
||||||
for (type = 0; type < 2; type++)
|
for (type = 0; type < 2; type++) {
|
||||||
// type = 1;
|
// type = 1;
|
||||||
{
|
|
||||||
for (startv = 0; startv < 3; startv++) {
|
for (startv = 0; startv < 3; startv++) {
|
||||||
if (type == 1)
|
if (type == 1)
|
||||||
len = StripLength (i, startv);
|
len = StripLength (i, startv);
|
||||||
|
|
Loading…
Reference in a new issue