Expanded tabs

This commit is contained in:
Michael Kerrisk 2014-02-11 12:17:35 +01:00
parent 3bab9a5117
commit 46da5b2732
1 changed files with 2 additions and 2 deletions

View File

@ -49,13 +49,13 @@ Various pages
Simon Paillard
Formatting fix: add space between function and () if BR or IR
Detected through the regex:
git grep -P '^\.(BR|IR) [\w]*\([\d]*\)$'
git grep -P '^\.(BR|IR) [\w]*\([\d]*\)$'
Various pages
Simon Paillard
Formatting fix: add space between word and punctuation if BR or IR
Detected through the regex:
git grep -P '^\.(BR|IR) [^ ]*[,\.]$'
git grep -P '^\.(BR|IR) [^ ]*[,\.]$'
Could probably be extended to match more cases and fix in perl.