mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove trailing whitespace.
This commit is contained in:
@ -324,7 +324,7 @@ _S_msg_get_env_variable (mach_port_t msgport,
|
||||
valuelen = strlen (value);
|
||||
if (valuelen > *datalen)
|
||||
{
|
||||
if (err = __vm_allocate (__mach_task_self (),
|
||||
if (err = __vm_allocate (__mach_task_self (),
|
||||
(vm_address_t *) data, valuelen, 1))
|
||||
return err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user