From 760a7c99771e71d359ffddd8e119528f7bb72145 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 20 Jun 2023 12:52:41 +0200 Subject: [PATCH] Format --- ext/arc4random/arc4random.hh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ext/arc4random/arc4random.hh b/ext/arc4random/arc4random.hh index 72449fb248..a130d7f8a6 100644 --- a/ext/arc4random/arc4random.hh +++ b/ext/arc4random/arc4random.hh @@ -2,8 +2,9 @@ #include -extern "C" { -uint32_t arc4random(void); -void arc4random_buf(void *buf, size_t nbytes); -uint32_t arc4random_uniform(uint32_t upper_bound); +extern "C" +{ + uint32_t arc4random(void); + void arc4random_buf(void *buf, size_t nbytes); + uint32_t arc4random_uniform(uint32_t upper_bound); } -- 2.47.3