Re: [PATCH] Minor formatting improvement in nvptx mkoffload

2017-02-13 Thread Jeff Law
On 02/13/2017 12:49 PM, Jakub Jelinek wrote: Hi! Another case of missing whitespace when string literals are split across multiple lines, I believe we should emit a space here for nicer formatting. Ok for trunk? 2017-02-13 Jakub Jelinek * config/nvptx/mkoffload.c (process): Add spa

[PATCH] Minor formatting improvement in nvptx mkoffload

2017-02-13 Thread Jakub Jelinek
Hi! Another case of missing whitespace when string literals are split across multiple lines, I believe we should emit a space here for nicer formatting. Ok for trunk? 2017-02-13 Jakub Jelinek * config/nvptx/mkoffload.c (process): Add space in between , and %d. --- gcc/config