From ad89b53e689cd0891e42447b54798d32ca090eec Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 12 Aug 2024 16:28:43 -0400 Subject: [PATCH] style(capi): adjust spacing from cbindgen --- capi/include/hyper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/capi/include/hyper.h b/capi/include/hyper.h index 8469a40162..b88bd39e9d 100644 --- a/capi/include/hyper.h +++ b/capi/include/hyper.h @@ -538,7 +538,7 @@ void hyper_waker_free(struct hyper_waker *waker); void hyper_waker_wake(struct hyper_waker *waker); #ifdef __cplusplus -} // extern "C" -#endif // __cplusplus +} // extern "C" +#endif // __cplusplus -#endif /* _HYPER_H */ +#endif /* _HYPER_H */