mirror of https://github.com/CGAL/cgal
Remove trailing whitespace
This commit is contained in:
parent
1747e8e932
commit
cea51d63e0
|
|
@ -41,7 +41,7 @@ int main()
|
|||
int n;
|
||||
is >> n;
|
||||
std::cout << "Reading " << n << " points " << std::endl;
|
||||
for( ; n>0 ; n--)
|
||||
for( ; n>0 ; n--)
|
||||
{
|
||||
Bare_point bp;
|
||||
if(is >> bp)
|
||||
|
|
|
|||
Loading…
Reference in New Issue