aboutsummaryrefslogtreecommitdiffstats
path: root/doc/titlecase
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-10-01 12:45:06 +0200
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-10-01 10:51:10 +0000
commitf1300df6b36e73081279f38fa96a78429f930423 (patch)
tree46039e8bdb00761739e3fdd8cc06d91125fd2017 /doc/titlecase
parentf3400f62cde013563d6ff34e14da42df298d27d5 (diff)
Strip BOM from files
Change-Id: I9167c016760fe1e8378cdf84144c4bed5cd4e57c Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Diffstat (limited to 'doc/titlecase')
-rwxr-xr-xdoc/titlecase/to-title-case.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/titlecase/to-title-case.js b/doc/titlecase/to-title-case.js
index 439a76bad4..d610a817d2 100755
--- a/doc/titlecase/to-title-case.js
+++ b/doc/titlecase/to-title-case.js
@@ -1,4 +1,4 @@
-/*
+/*
* Derived from To Title Case 1.1.2 <http://individed.com/code/to-title-case/>
* Copyright (c) 2008-2014 David Gouch, Fawzi Mohamed.
* Licensed under the MIT License.