From 24effe857346411aa6b92c7d238441ce0e6cd861 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 21 May 2022 14:13:28 +0200 Subject: Reformatted using clang-format -format llvm --- vchat-connection.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vchat-connection.h') diff --git a/vchat-connection.h b/vchat-connection.h index a56dc29..9b3ccaa 100644 --- a/vchat-connection.h +++ b/vchat-connection.h @@ -2,8 +2,8 @@ #include -int vc_connect(const char *host, const char *port); -void vc_sendmessage(const char *message); -void vc_receive(); -int vc_poll(); -void vc_disconnect(); +int vc_connect(const char *host, const char *port); +void vc_sendmessage(const char *message); +void vc_receive(); +int vc_poll(); +void vc_disconnect(); -- cgit v1.2.3