From: Jérémie Galarneau Date: Tue, 20 Oct 2015 14:01:57 +0000 (-0400) Subject: Cleanup: Missing space after cast operator X-Git-Tag: v2.8.0-rc1~249 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f3472d9ab808512419643aba450d310543377bfc Cleanup: Missing space after cast operator Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/utils.c b/src/common/utils.c index 2417a7d25..f1a717a8b 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -107,7 +107,7 @@ char *utils_partial_realpath(const char *path, char *resolved_path, size_t size) } /* Try to resolve this part */ - try_path = realpath((char *)cut_path, try_path_buf); + try_path = realpath((char *) cut_path, try_path_buf); if (try_path == NULL) { free(try_path_buf); /*