From 33d8333ed2f7fa62480470b96e33dfd79ae25902 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Mon, 6 Aug 2018 10:37:27 +0200 Subject: [PATCH] [libnozzle] whitespace cleanup Signed-off-by: Fabio M. Di Nitto --- libnozzle/libnozzle.h | 2 +- libnozzle/tests/nozzle_test.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libnozzle/libnozzle.h b/libnozzle/libnozzle.h index e4fc51a1b..e97b09c7c 100644 --- a/libnozzle/libnozzle.h +++ b/libnozzle/libnozzle.h @@ -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 * diff --git a/libnozzle/tests/nozzle_test.c b/libnozzle/tests/nozzle_test.c index c8d175182..0f5ba31a3 100644 --- a/libnozzle/tests/nozzle_test.c +++ b/libnozzle/tests/nozzle_test.c @@ -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); @@ -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); @@ -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);