Remove trailing whitespace

This commit is contained in:
Mael 2020-04-02 14:37:33 +02:00 committed by GitHub
parent 1747e8e932
commit cea51d63e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)