[Utils] Remove unnecessary command in XML pretty printer

This commit is contained in:
Daniel - 2018-11-21 14:31:37 +01:00
parent 600285f9e5
commit f75609e987
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 1 deletions

View File

@ -266,7 +266,6 @@ are assumed to be of the form *.crt."
(replace-match "<\\1></\\1>"))
;; Indent
(mark-whole-buffer)
(indent-region (point-min) (point-max))))