From: Joel Rosdahl Date: Sat, 25 Mar 2017 19:39:48 +0000 (+0100) Subject: Tweak source code format X-Git-Tag: v3.3.5~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77a760d4aefc582e6c54c3624ba9d86e85cf97d;p=thirdparty%2Fccache.git Tweak source code format --- 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]);