diff options
| author | Emilio Jesus Gallego Arias | 2019-12-12 15:40:38 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-12-12 15:42:03 +0100 |
| commit | c1ec8e31bb760f4b250e23be442fff96e4b365d5 (patch) | |
| tree | 67f4393986968cec6d002adce174e713bab36c51 /Makefile.dev | |
| parent | dd47dfc29f4b38dd2b1745ecbf452c3cd459b89b (diff) | |
[vm] Untabify the VM C code.
This is a follow up of #11010 ; I've realized that for example in #11123
a large part of the patch is detabification as indeed the files are
mixed in tabs/space style so developers are forced to do the cleanup
each time they work on them.
Command used:
```
for i in `find . -name '*.c' -or -name '*.h'; do expand -i "$i" | sponge "$i"; sed -e's/[[:space:]]*$//' -i.bak "$i"; done
```
Checked empty diff with `git diff --ignore-all-space`
Diffstat (limited to 'Makefile.dev')
0 files changed, 0 insertions, 0 deletions
