From: Otto Moerbeek Date: Tue, 20 Jun 2023 10:52:41 +0000 (+0200) Subject: Format X-Git-Tag: rec-5.0.0-alpha1~125^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=760a7c99771e71d359ffddd8e119528f7bb72145;p=thirdparty%2Fpdns.git Format --- 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); }