[riot-commits] [RIOT-OS/RIOT] 5e8c0c: converting tabs to spaces in core (#1439)
René Kijewski
kijewski at mi.fu-berlin.de
Thu Jul 31 20:52:33 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 5e8c0c90589ce091bc3d8cc89e9e80ca0c201630
https://github.com/RIOT-OS/RIOT/commit/5e8c0c90589ce091bc3d8cc89e9e80ca0c201630
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M core/include/arch/hwtimer_arch.h
Log Message:
-----------
converting tabs to spaces in core (#1439)
This PR converts tabs to white spaces.
The statement I used for the conversion:
'''find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;'''
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
Commit: cc6c4fb34aef42242181be1ad9c0d2e45811083b
https://github.com/RIOT-OS/RIOT/commit/cc6c4fb34aef42242181be1ad9c0d2e45811083b
Author: René Kijewski <kijewski at mi.fu-berlin.de>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M core/include/arch/hwtimer_arch.h
Log Message:
-----------
Merge pull request #1513 from cgundogan/remove_tabs_core
converting tabs to spaces in core (#1439)
Compare: https://github.com/RIOT-OS/RIOT/compare/20eca429ca4a...cc6c4fb34aef
More information about the commits
mailing list