summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-25 21:38:34 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-07-27 13:11:44 +0200
commitc71e189efd63b3875904d8fe2b8a030e68919aad (patch)
treed7b40e9a8fa6de507459d877dc2dd825894fca07 /doc/classes
parent6f292f906e749f30ceb7f922df5639add61a5f88 (diff)
Style: Fix code format scripts compat with non-GNU Unices
It's too hard to get compatibility between GNU and BSD sed, so let's just use perl oneliners. And improve it to also remove trailing tabs, not just spaces.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/EditorTranslationParserPlugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorTranslationParserPlugin.xml b/doc/classes/EditorTranslationParserPlugin.xml
index a40ef45916..d40fc558de 100644
--- a/doc/classes/EditorTranslationParserPlugin.xml
+++ b/doc/classes/EditorTranslationParserPlugin.xml
@@ -35,7 +35,7 @@
func get_recognized_extensions():
- return ["gd"]
+ return ["gd"]
[/codeblock]
</description>
<tutorials>