[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master f896c5e8cab: ; Fix coding style of last change
From: |
Stefan Kangas |
Subject: |
Re: master f896c5e8cab: ; Fix coding style of last change |
Date: |
Sun, 9 Jun 2024 04:53:57 -0700 |
Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> writes:
> -static void
> -read_and_dispose_of_process_output (struct Lisp_Process *p, char *chars,
> - ssize_t nbytes,
> - struct coding_system *coding);
> +static void read_and_dispose_of_process_output (struct Lisp_Process *, char
> *,
> + ssize_t,
> + struct coding_system *);
I thought we preferred the above style?
> -static void read_and_insert_process_output (struct Lisp_Process *p, char
> *buf,
> - ssize_t nread,
> - struct coding_system *process_coding)
> +static void
> +read_and_insert_process_output (struct Lisp_Process *p, char *buf,
> + ssize_t nread,
> + struct coding_system *process_coding)
But here we change to the other one?
Could someone please explain what I'm missing?
- Re: master f896c5e8cab: ; Fix coding style of last change,
Stefan Kangas <=