• Alessandro Rubini's avatar
    Remove all spaces at end-of-line · 1d24ecfb
    Alessandro Rubini authored
    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.
    1d24ecfb
Name
Last commit
Last update
..
dev.mk Loading commit data...
dna.c Loading commit data...
eeprom.c Loading commit data...
endpoint.c Loading commit data...
ep_pfilter.c Loading commit data...
i2c.c Loading commit data...
minic.c Loading commit data...
onewire.c Loading commit data...
pps_gen.c Loading commit data...
sdb.c Loading commit data...
sfp.c Loading commit data...
syscon.c Loading commit data...
timer.c Loading commit data...
uart.c Loading commit data...