From fb9fb00eda5ade0725d8fd558dd861db800f1b5c Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 15 Jun 2021 19:22:19 +0100 Subject: [PATCH] Problem: formatting is broken Solution: run clang-format-diff --- src/polling_util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polling_util.hpp b/src/polling_util.hpp index b6d4050e..f0ec420d 100644 --- a/src/polling_util.hpp +++ b/src/polling_util.hpp @@ -121,7 +121,7 @@ inline size_t valid_pollset_bytes (const fd_set &pollset_) - reinterpret_cast (&pollset_); } #else -inline size_t valid_pollset_bytes (const fd_set &/*pollset_*/) +inline size_t valid_pollset_bytes (const fd_set & /*pollset_*/) { return sizeof (fd_set); }