From e09445b3cf5a1a6bef68633a0c9ac7b9d1f3863e Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sun, 19 Jul 2020 21:11:59 -0400 Subject: [PATCH] Style --- src/xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xml.cpp b/src/xml.cpp index 7cf738ac4e..a03e2543a5 100644 --- a/src/xml.cpp +++ b/src/xml.cpp @@ -557,7 +557,7 @@ docstring const xml::uniqueID(docstring const & label) } -docstring xml::cleanID(docstring const &orig) +docstring xml::cleanID(docstring const & orig) { // The standard xml:id only allows letters, // digits, '-' and '.' in a name. -- 2.39.2