Re: [PATCH] gas: remove stray form feed character
Jan Beulich <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
On 16.08.2026 14:38, Mahdi Hosseini Asaad wrote: > --- > gas/as.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gas/as.c b/gas/as.c > index b652e81286c..5746db91697 100644 > --- a/gas/as.c > +++ b/gas/as.c > @@ -135,7 +135,7 @@ static struct defsym_list *defsyms; > > static long start_time; > > - > + > #ifdef USE_EMULATIONS > #define EMULATION_ENVIRON "AS_EMULATION" > Well. With an empty description it remains unclear why you consider this "stray". If you go look, you'll find more of these elsewhere (including one later in the same file afaics). And then - if we really wanted to drop some / all of them, please don't have this result in double blank lines. Jan