Skip to content

Commit

Permalink
[libnozzle] whitespace cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Aug 6, 2018
1 parent 0feefca commit 849ecb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libnozzle/libnozzle.h
Expand Up @@ -310,7 +310,7 @@ const char *nozzle_get_name_by_handle(const nozzle_t nozzle);

/**
* nozzle_get_fd
* @brief
* @brief
*
* nozzle - pointer to the nozzle struct
*
Expand Down
6 changes: 3 additions & 3 deletions libnozzle/tests/nozzle_test.c
Expand Up @@ -337,7 +337,7 @@ static int check_knet_mtu(void)

printf("Passing empty struct to set_mtu\n");
if (nozzle_set_mtu(NULL, 1500, &error_string) == 0) {
printf("Something is wrong in nozzle_set_mtu sanity checks\n");
printf("Something is wrong in nozzle_set_mtu sanity checks\n");
if (error_string) {
printf("error: %s\n", error_string);
free(error_string);
Expand Down Expand Up @@ -687,7 +687,7 @@ static int check_nozzle_execute_bin_sh_command(void)
printf("Can we really execute grep -h successfully?!?\n");
err = -1;
goto out_clean;
}
}

printf("command that outputs to stderr\n");
err = execute_bin_sh_command("grep -h", &error_string);
Expand All @@ -700,7 +700,7 @@ static int check_nozzle_execute_bin_sh_command(void)
printf("Can we really execute grep -h successfully?!?\n");
err = -1;
goto out_clean;
}
}

printf("empty command\n");
err = execute_bin_sh_command(NULL, &error_string);
Expand Down

0 comments on commit 849ecb3

Please sign in to comment.