aboutsummaryrefslogtreecommitdiff
path: root/plugins/syntax/numeral_notation_plugin.mlpack
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-12-12 15:40:38 +0100
committerEmilio Jesus Gallego Arias2019-12-12 15:42:03 +0100
commitc1ec8e31bb760f4b250e23be442fff96e4b365d5 (patch)
tree67f4393986968cec6d002adce174e713bab36c51 /plugins/syntax/numeral_notation_plugin.mlpack
parentdd47dfc29f4b38dd2b1745ecbf452c3cd459b89b (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 'plugins/syntax/numeral_notation_plugin.mlpack')
0 files changed, 0 insertions, 0 deletions