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

@ -829,7 +829,7 @@ rpl_select_dag(rpl_instance_t *instance, rpl_parent_t *p)
if(best_dag->preferred_parent != last_parent) {
rpl_set_default_route(instance, rpl_parent_get_ipaddr(best_dag->preferred_parent));
PRINTF("RPL: Changed preferred parent, rank changed from %u to %u\n",
(unsigned)old_rank, best_dag->rank);
(unsigned)old_rank, best_dag->rank);
RPL_STAT(rpl_stats.parent_switch++);
if(RPL_IS_STORING(instance)) {
if(last_parent != NULL) {
@ -848,7 +848,7 @@ rpl_select_dag(rpl_instance_t *instance, rpl_parent_t *p)
#endif
} else if(best_dag->rank != old_rank) {
PRINTF("RPL: Preferred parent update, rank changed from %u to %u\n",
(unsigned)old_rank, best_dag->rank);
(unsigned)old_rank, best_dag->rank);
}
return best_dag;
}

View File

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

View File

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

View File

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