From a4410a0755098a9e98dd04a224d5172090cf27e3 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Sun, 17 Nov 2024 13:42:21 -0800 Subject: [PATCH] Reformat with clang format Signed-off-by: William Douglas --- src/swupd_lib/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/swupd_lib/version.c b/src/swupd_lib/version.c index d10df6cd0..20fae8e37 100644 --- a/src/swupd_lib/version.c +++ b/src/swupd_lib/version.c @@ -35,7 +35,7 @@ int get_int_from_url(const char *url) { int err, value; - char tmp_string[MAX_VERSION_STR_SIZE+1]; + char tmp_string[MAX_VERSION_STR_SIZE + 1]; struct curl_file_data tmp_data = { MAX_VERSION_STR_SIZE, 0, tmp_string @@ -151,7 +151,7 @@ static int get_version_from_url_inmemory(char *url) { int ret = 0; int err = 0; - char version_str[MAX_VERSION_STR_SIZE+1]; + char version_str[MAX_VERSION_STR_SIZE + 1]; int sig_verified = 0; /* struct for version data */