On 7/18/22 19:46, Liang He wrote:
Can you help me as I have a trouble about the indentation.
When I align descendants to a function open parenthesis in VIM editor,
but when I generate the patch, I find the second line always missing one space in
patch format. So is there any problem if I send this patch?
I make sure that the alignment in VIM is OK.
Hi Liang,
Please don't worry about this. When a code change is converted into a
patch, a single character is inserted at the start of each line (plus,
minus or space). That makes code that is indented with tabs look weird.
This is normal.
Bart.