Thread (2 messages) flat view 2 messages, 2 authors, 2021-06-07

Re: [PATCH] t: fix whitespace around &&

From: Derrick Stolee <hidden>
Date: 2021-06-07 14:11:42

On 6/7/2021 9:13 AM, Andrei Rybak wrote:
Add missing spaces before '&&' and switch tabs around '&&' to spaces.

These issues were found using `git grep '[^ ]&&$'` and
`git grep -P '&&\t'`.
Thanks for this mostly-obvious cleanup, especially for fixing the
mistakes I made.
-		set ${files} &&	file=$1 && shift && files="$*" &&
+		set ${files} && file=$1 && shift && files="$*" &&
This is the one that is not obvious, but it is because of
an instance of "&&\t" in the middle of the line. Thanks for
catching it!

-Stolee
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help