Delete trailing whitespaces (tests/)

This commit is contained in:
George Oikonomou 2018-04-07 14:19:58 +01:00
parent fe0b245962
commit 58261ad53e
6 changed files with 6 additions and 9 deletions

View File

@ -46,7 +46,6 @@
* During execution, the fill can be checked in order to find out * During execution, the fill can be checked in order to find out
* the extent to which the stack has been used. * the extent to which the stack has been used.
* *
*
* @{ * @{
*/ */

View File

@ -23,4 +23,3 @@ if(failed) {
log.testFailed(); log.testFailed();
} }
log.testOK(); log.testOK();

View File

@ -24,4 +24,3 @@ if(failed) {
log.testFailed(); log.testFailed();
} }
log.testOK(); log.testOK();