remove useless new lines

This commit is contained in:
anon
2024-11-10 13:00:51 +01:00
parent a9e505d11c
commit cffb1763b4
7 changed files with 0 additions and 13 deletions

View File

@ -497,7 +497,6 @@ static int invnewterm(void) {
* 'to' substring (which must be of the exact same length), and the function
* returns 0. Otherwise, returns -1.
*/
static int invflipname(char *invname, const char *from, const char *to) {
char *temp, *i = NULL;