syscalls.master: consistency, move ); to newline (no functional change)

This commit is contained in:
Kyle Evans 2019-09-30 13:26:16 +00:00
parent 2974e263c3
commit 11fd6a60e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352895

View File

@ -3193,7 +3193,8 @@
_Out_writes_bytes_opt_(*oldlenp) void *old,
_Inout_opt_ size_t *oldlenp,
_In_reads_bytes_opt_(newlen) void *new,
size_t newlen);
size_t newlen
);
}
571 AUE_SHMOPEN STD {
int shm_open2(