Remove trailing whitespace in check_backend

Removed trailing whitespace in check_backend
This commit is contained in:
Markus Mäkelä 2018-01-26 10:23:05 +02:00
parent 4e9a5af926
commit 3da4aa1665

View File

@ -10,7 +10,7 @@ int main(int argc, char *argv[])
{
char src[1024];
char dst[1024];
TestConnections * Test = new TestConnections(argc, argv);
for (int i = 0; i < Test->maxscales->N; i++)