Remove all spaces at end-of-line
If you find this patch with "git blame" please use "git blame -w" to have all white-space ignored while associating lines to commits. This commit has no practical effect but cleanup. I made it with sed like this: git grep -l '[ \t]$' | xargs sed -i 's/[ \t]*$//' However, I had to manually restore doc/wrpc_mon.png after the fact. Similarly, I restored the include/hw/*regs.h files, as they are (most likely) auto-generated.
Showing
- Makefile 7 additions, 7 deletionsMakefile
- arch/lm32/debug.S 3 additions, 3 deletionsarch/lm32/debug.S
- arch/lm32/ram.ld 13 additions, 13 deletionsarch/lm32/ram.ld
- dev/dna.c 4 additions, 4 deletionsdev/dna.c
- dev/eeprom.c 16 additions, 16 deletionsdev/eeprom.c
- dev/endpoint.c 7 additions, 7 deletionsdev/endpoint.c
- dev/ep_pfilter.c 41 additions, 41 deletionsdev/ep_pfilter.c
- dev/i2c.c 3 additions, 3 deletionsdev/i2c.c
- dev/minic.c 12 additions, 12 deletionsdev/minic.c
- dev/onewire.c 10 additions, 10 deletionsdev/onewire.c
- dev/pps_gen.c 5 additions, 5 deletionsdev/pps_gen.c
- dev/sdb.c 9 additions, 9 deletionsdev/sdb.c
- dev/sfp.c 3 additions, 3 deletionsdev/sfp.c
- dev/syscon.c 3 additions, 3 deletionsdev/syscon.c
- dev/uart.c 1 addition, 1 deletiondev/uart.c
- doc/wrpc.in 98 additions, 98 deletionsdoc/wrpc.in
- include/hw/memlayout.h 1 addition, 1 deletioninclude/hw/memlayout.h
- include/spll_defs.h 2 additions, 2 deletionsinclude/spll_defs.h
- include/syscon.h 4 additions, 4 deletionsinclude/syscon.h
- include/types.h 1 addition, 1 deletioninclude/types.h
Please register or sign in to comment