remove spurious spaces & tabs at end of lines: cpp files

This commit is contained in:
Philippe Teuwen 2019-03-09 09:11:08 +01:00
commit bdd0494290
2 changed files with 15 additions and 15 deletions

View file

@ -19,7 +19,7 @@ WorkerThread::WorkerThread(char *script_cmds_file, char *script_cmd, bool usb_pr
{
}
WorkerThread::~WorkerThread()
WorkerThread::~WorkerThread()
{
}