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++;
|
i++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
temp[0] = line[i];
|
temp[0] = line[i];
|
||||||
dest[j] = atoi(temp);
|
dest[j] = atoi(temp);
|
||||||
i++;
|
i++;
|
||||||
j++;
|
j++;
|
||||||
}
|
}
|
||||||
return j;
|
return j;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue