]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak code style
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Nov 2018 19:39:02 +0000 (20:39 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Nov 2018 19:39:02 +0000 (20:39 +0100)
src/ccache.c

index e77755e81946a5d3a11acfc08af4ae9ecca38ecb..b30dcbbb8fb646cf9e0aefc3119e506453914e61 100644 (file)
@@ -2455,8 +2455,8 @@ cc_process_args(struct args *args, struct args **preprocessor_args,
                        args_add(stripped_args, argv[i]);
                        continue;
                }
-               if (str_startswith(argv[i], "-fdebug-prefix-map=") ||
-                   str_startswith(argv[i], "-ffile-prefix-map=")) {
+               if (str_startswith(argv[i], "-fdebug-prefix-map=")
+                   || str_startswith(argv[i], "-ffile-prefix-map=")) {
                        debug_prefix_maps = x_realloc(
                                debug_prefix_maps,
                                (debug_prefix_maps_len + 1) * sizeof(char *));