From c3e7a9c92dbb76ee11e9f91be3ad23a64d1796f0 Mon Sep 17 00:00:00 2001 From: Slavasil Date: Sat, 9 Nov 2024 01:55:33 +0300 Subject: [PATCH] add newline at the end of common.h --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 88e9204..e635b59 100644 --- a/common.h +++ b/common.h @@ -70,4 +70,4 @@ struct context { std::map inlineQueries; }; -size_t curl_receive_cb(char *ptr, size_t size, size_t nmemb, CURL *ctx); \ No newline at end of file +size_t curl_receive_cb(char *ptr, size_t size, size_t nmemb, CURL *ctx);