Skip to content

Commit

Permalink
Reformat with clang format
Browse files Browse the repository at this point in the history
Signed-off-by: William Douglas <[email protected]>
  • Loading branch information
bryteise committed Nov 17, 2024
1 parent f0693b5 commit a4410a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swupd_lib/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit a4410a0

Please sign in to comment.