mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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;
|
||||
|
||||
bestlen = 0;
|
||||
for (type = 0; type < 2; type++)
|
||||
for (type = 0; type < 2; type++) {
|
||||
// type = 1;
|
||||
{
|
||||
for (startv = 0; startv < 3; startv++) {
|
||||
if (type == 1)
|
||||
len = StripLength (i, startv);
|
||||
|
|
Loading…
Reference in a new issue