From 3f581b433adb5d4c4129121dc1b7fea0b46ad1b2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 25 Nov 2020 09:27:18 +0100 Subject: pkg/ast: remove trailing spaces when formatting --- sys/linux/sys.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/sys.txt') diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index c55f9573b..19062d7d5 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -394,7 +394,7 @@ ioprio_set$uid(which flags[ioprio_which_uid], who uid, ioprio flags[ioprio_prior # NEED: we can express the construction of integers using structs with flags # and bitfields, which are normally obtained using a combination of bitwise -# operations with the help of macros. However, structs can't be directly passed +# operations with the help of macros. However, structs can't be directly passed # as a syscall argument; therefore, such constructions can't be directly passed either. # One example is ioprio argument for ioprio_set, where we could have expressed the # construction less messy. For now, some subset of valid values are enumerated as -- cgit mrf-deployment