chiark / gitweb /
Add a missing space to usvgs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2020 18:40:16 +0000 (19:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2020 18:40:16 +0000 (19:40 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
usvg-processor

index 51e828490b741a77b02e0274a3e9d6167b188669..4e7b1af275bfc346aeb2382fc106347457f48b27 100755 (executable)
@@ -12,7 +12,7 @@ open STDIN, "<", $in or die $!;
 sub add_lic () {
   while (<L>) {
     next unless m{^\s*SPDX-License-Identifier:\s+(\S.*?)\s*$};
-    print "<!-- $out $1, see $lic-->\n" or die $!;
+    print "<!-- $out $1, see $lic -->\n" or die $!;
     return;
   }
   die "no spdx in $lic ?";