Re: [PATCH v2 1/2] gitk: replace tabs with spaces

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Sep 10, 2020 at 09:36:33PM -0700, Denton Liu wrote:
> The source code is a mix of tabs and spaces. The indentation style
> currently is four spaces per indent level but uses tabs every other
> level (at eight spaces). Fix this inconsistent spacing and tabbing by
> just using a space-indent for everything.
> 
> This was done mechanically by running:
> 
> 	$ expand -i gitk >gitk.new
> 	$ mv gitk.new gitk
> 
> This patch should be empty with `--ignore-all-space`.
> 
> Signed-off-by: Denton Liu <liu.denton@xxxxxxxxx>

Thanks, applied, though in fact I regenerated the patch since I had
some local commits that I had not yet pushed out.

Paul.



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux