Spaces instead of tab

This commit is contained in:
alesapin 2018-12-10 21:17:35 +03:00
parent ca9d6d83b5
commit 182adf1e40

View File

@ -6,5 +6,5 @@
ssize_t getrandom(void *buf, size_t buflen, unsigned flags)
{
/// There was cancellable syscall (syscall_cp), but I don't care too.
return syscall(SYS_getrandom, buf, buflen, flags);
return syscall(SYS_getrandom, buf, buflen, flags);
}