Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit a4410a0

Browse files
author
William Douglas
committed
Reformat with clang format
Signed-off-by: William Douglas <[email protected]>
1 parent f0693b5 commit a4410a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swupd_lib/version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
int get_int_from_url(const char *url)
3636
{
3737
int err, value;
38-
char tmp_string[MAX_VERSION_STR_SIZE+1];
38+
char tmp_string[MAX_VERSION_STR_SIZE + 1];
3939
struct curl_file_data tmp_data = {
4040
MAX_VERSION_STR_SIZE, 0,
4141
tmp_string
@@ -151,7 +151,7 @@ static int get_version_from_url_inmemory(char *url)
151151
{
152152
int ret = 0;
153153
int err = 0;
154-
char version_str[MAX_VERSION_STR_SIZE+1];
154+
char version_str[MAX_VERSION_STR_SIZE + 1];
155155
int sig_verified = 0;
156156

157157
/* struct for version data */

0 commit comments

Comments
 (0)