From b77a760d4aefc582e6c54c3624ba9d86e85cf97d Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 25 Mar 2017 20:39:48 +0100 Subject: [PATCH] Tweak source code format --- ccache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccache.c b/ccache.c index fe7877f2e..01e18218d 100644 --- a/ccache.c +++ b/ccache.c @@ -2310,7 +2310,8 @@ cc_process_args(struct args *args, struct args **preprocessor_args, continue; } if (str_startswith(argv[i], "-fdebug-prefix-map=")) { - debug_prefix_maps = x_realloc(debug_prefix_maps, + debug_prefix_maps = x_realloc( + debug_prefix_maps, (debug_prefix_maps_len + 1) * sizeof(char *)); debug_prefix_maps[debug_prefix_maps_len++] = x_strdup(argv[i] + 19); args_add(stripped_args, argv[i]); -- 2.47.2