Re: Git patch shows tab but files doesn't

2016-02-12 Thread Jeff King
On Fri, Feb 12, 2016 at 09:32:32PM +0530, Jagan Teki wrote: > Hi, > > I edited a file as one space between #define and macro and tab space > between macro and BIT value, similar as below. > > #define USE_FSR BIT(6) > #define SNOR_WR BIT(7) > > Once I created the patch looks di

Git patch shows tab but files doesn't

2016-02-12 Thread Jagan Teki
Hi, I edited a file as one space between #define and macro and tab space between macro and BIT value, similar as below. #define USE_FSR BIT(6) #define SNOR_WR BIT(7) Once I created the patch looks different as tab space between #define and macro and 2 tab spaces between macro a