gradtool

changeset 2:3ac4d33e568f tip

whitespace fix
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Oct 2015 01:48:18 +0300
parents c438411b801b
children
files gradtool.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/gradtool.c	Fri Oct 09 01:45:12 2015 +0300
     1.2 +++ b/gradtool.c	Fri Oct 09 01:48:18 2015 +0300
     1.3 @@ -304,7 +304,7 @@
     1.4  
     1.5  	for(i=0; i<3; i++) {
     1.6  		key_t *ptr = tr[i]->keys->next;
     1.7 -	
     1.8 +
     1.9  		while(ptr) {
    1.10  			float t = (float)ptr->pos / (float)MAX_POS;
    1.11  			float r = get_val(&tred, t);