hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 31ba8fbf635d656187c871a18d82793eae690a1a
parent f7ca9eff38cc46681dc08c5bae1a6b914d067e56
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 10 May 2022 10:09:05 +0200

linux::timerfd: remove trailing whitespace

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mlinux/timerfd/README | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/linux/timerfd/README b/linux/timerfd/README @@ -1,4 +1,2 @@ This module provides support for Linux's timerfd interface. For details, consult the Linux man page timer_create(2). - -