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
@@ -21,4 +21,4 @@ struct ipc_perm {
unsigned short mode;
/// Sequence number.
unsigned short __seq;
};
};
+1 -1
View File
@@ -122,4 +122,4 @@ long msgrcv(int msqid, msgbuf_t *msgp, size_t msgsz, long msgtyp, int msgflg);
/// @return 0 on success, -1 on failure and errno is set to indicate the error.
long msgctl(int msqid, int cmd, msqid_ds_t *buf);
#endif
#endif
+1 -1
View File
@@ -72,4 +72,4 @@ long semop(int semid, struct sembuf *sops, unsigned nsops);
/// @return 0 on success, -1 on failure and errno is set to indicate the error.
long semctl(int semid, int semnum, int cmd, unsigned long arg);
#endif
#endif
+1 -1
View File
@@ -203,4 +203,4 @@ long shmdt(const void *shmaddr);
/// failure and errno is set to indicate the error.
long shmctl(int shmid, int cmd, struct shmid_ds *buf);
#endif
#endif