]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak source code format
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 25 Mar 2017 19:39:48 +0000 (20:39 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 25 Mar 2017 20:09:23 +0000 (21:09 +0100)
ccache.c

index fe7877f2ec3be57a4d9a8cf53b5d3968a3fc59ce..01e18218df3ea4db76949669af9ca3b1dfced074 100644 (file)
--- 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]);