On Sun, Apr 25, 2021 at 08:58:35PM +0000, Smccalib wrote:
> Greetings,
> 
> While reading the source code for ed, I noticed a small stylistic
> inconsistency in main.c whereby "isatty(0)" is called followed by a
> series of calls to functions that take a fd being called with
> STDIN_FILENO. Although this has little impact on readability, and
> should make no difference in effect, for the purpose of stylistic
> consistency I scanned the tree for similar calls, and composed a series
> of diffs.
> 
> As this would be my first patch, any feedback is appreciated.
> 
> Thanks!

diffs should be in unified format (diff -u), and more specifically
cvs diff -u.

Reply via email to