Add newline at the end of the files.

This commit is contained in:
Enrico Fraccaroli
2022-12-13 14:25:16 -05:00
parent 565df959b1
commit 0965669f4b
64 changed files with 63 additions and 64 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ int tcsetattr(int fd, int optional_actions, const termios_t *termios_p)
retval = -1;
}
return retval;
}
}