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
@@ -205,4 +205,4 @@ char *fgets(char *buf, int n, int fd)
if (p == buf || c == EOF)
return NULL;
return (p);
}
}