fixed indentation
This commit is contained in:
parent
bd6c89c824
commit
cce5e02ed9
|
@ -69,10 +69,10 @@ int splitc_toi(char *line, int sep, int *dest){
|
|||
i++;
|
||||
continue;
|
||||
}
|
||||
temp[0] = line[i];
|
||||
dest[j] = atoi(temp);
|
||||
i++;
|
||||
j++;
|
||||
temp[0] = line[i];
|
||||
dest[j] = atoi(temp);
|
||||
i++;
|
||||
j++;
|
||||
}
|
||||
return j;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue