[riot-commits] [RIOT-OS/RIOT] 542903: cpu: removing tabs from asm files (#1439)
Ludwig Ortmann
ludwig.ortmann at fu-berlin.de
Sat Aug 2 13:14:59 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 5429035b1cc57ecb0d78e1f8ddc9c52d9e37532f
https://github.com/RIOT-OS/RIOT/commit/5429035b1cc57ecb0d78e1f8ddc9c52d9e37532f
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2014-08-02 (Sat, 02 Aug 2014)
Changed paths:
M cpu/arm_common/common.s
M cpu/lpc2387/asmfunc.s
M cpu/lpc2387/startup.s
Log Message:
-----------
cpu: removing tabs from asm files (#1439)
```find . -name "*.[sS]" -exec grep -l $'\t' {} \;``` and ```ack --asm -l "\t"```
revealed three more files with tabs.
Commit: 153b577877edbfe3a990bcabbe1018028894e5fd
https://github.com/RIOT-OS/RIOT/commit/153b577877edbfe3a990bcabbe1018028894e5fd
Author: Ludwig Ortmann <ludwig.ortmann at fu-berlin.de>
Date: 2014-08-02 (Sat, 02 Aug 2014)
Changed paths:
M cpu/arm_common/common.s
M cpu/lpc2387/asmfunc.s
M cpu/lpc2387/startup.s
Log Message:
-----------
Merge pull request #1532 from cgundogan/remove_tabs_asm
cpu: removing tabs from asm files (#1439)
Compare: https://github.com/RIOT-OS/RIOT/compare/5886d833330f...153b577877ed
More information about the commits
mailing list