From d72a1c5d90cbdb6b0cfb3e02b8f15c578bd6bd11 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 12 May 2025 10:18:13 -0400 Subject: [PATCH] format --- src/posix/dune | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/posix/dune b/src/posix/dune index 9cfb691..d6f26d1 100644 --- a/src/posix/dune +++ b/src/posix/dune @@ -1,7 +1,8 @@ (library (name nanoev_posix) (public_name nanoev-posix) - (enabled_if (= %{os_type} "Unix")) + (enabled_if + (= %{os_type} "Unix")) (synopsis "posix backend (poll/ppoll+mtime)") (private_modules heap) (libraries threads nanoev unix iomux mtime mtime.clock.os))