mirror of
				https://gitlab.com/sortix/sortix.git
				synced 2023-02-13 20:55:38 -05:00 
			
		
		
		
	Fix trailing whitespace in asteroids.
Required by release procedure.
This commit is contained in:
		
							parent
							
								
									50a2342a37
								
							
						
					
					
						commit
						068e855d15
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -254,7 +254,7 @@ bool InsideTriangle(const Vector& a, const Vector& b, const Vector& c,
 | 
				
			||||||
                    const Vector& p)
 | 
					                    const Vector& p)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return !AboveLine(a, b, p) && !AboveLine(b, c, p) && !AboveLine(c, a, p);
 | 
						return !AboveLine(a, b, p) && !AboveLine(b, c, p) && !AboveLine(c, a, p);
 | 
				
			||||||
} 
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Object;
 | 
					class Object;
 | 
				
			||||||
class Actor;
 | 
					class Actor;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue