Commit 26d6138c102a01061c7f9320bb6ad2868ad9244a

Authored by Georg Hopp
1 parent 546694ec

remove useless whitespace

Showing 1 changed file with 1 additions and 1 deletions
@@ -29,7 +29,7 @@ void @@ -29,7 +29,7 @@ void
29 TR_queueDestroy(TR_Queue this) 29 TR_queueDestroy(TR_Queue this)
30 { 30 {
31 TR_Queue node; 31 TR_Queue node;
32 - 32 +
33 node = this->first; 33 node = this->first;
34 34
35 while (NULL != node) { 35 while (NULL != node) {
Please register or login to post a comment