aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-02-12 21:27:31 +0200
committerXhmikosR <[email protected]>2014-02-12 21:27:31 +0200
commit55e6d4b9b567d2682cf3504f638892a0cb81c374 (patch)
treef61ecbcec823a748835ccf29a5d8ec406f6f93ca
parentdff122f7f0733f653d6845f7338b55388cd982f9 (diff)
downloadbootstrap-55e6d4b9b567d2682cf3504f638892a0cb81c374.tar.xz
bootstrap-55e6d4b9b567d2682cf3504f638892a0cb81c374.zip
Remove trailing space.
-rw-r--r--docs/_data/glyphicons.yml2
-rw-r--r--grunt/bs-glyphicons-data-generator.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_data/glyphicons.yml b/docs/_data/glyphicons.yml
index 80b4c9b08..fc4a8a58a 100644
--- a/docs/_data/glyphicons.yml
+++ b/docs/_data/glyphicons.yml
@@ -1,4 +1,4 @@
-# This file is generated via Grunt task. **Do not edit directly.**
+# This file is generated via Grunt task. **Do not edit directly.**
# See the 'build-glyphicons-data' task in Gruntfile.js.
- glyphicon-asterisk
diff --git a/grunt/bs-glyphicons-data-generator.js b/grunt/bs-glyphicons-data-generator.js
index 941684cc9..16a0ca2ad 100644
--- a/grunt/bs-glyphicons-data-generator.js
+++ b/grunt/bs-glyphicons-data-generator.js
@@ -15,7 +15,7 @@ module.exports = function generateGlyphiconsData() {
// Use any line that starts with ".glyphicon-" and capture the class name
var iconClassName = /^\.(glyphicon-[^\s]+)/;
- var glyphiconsData = '# This file is generated via Grunt task. **Do not edit directly.** \n' +
+ var glyphiconsData = '# This file is generated via Grunt task. **Do not edit directly.**\n' +
'# See the \'build-glyphicons-data\' task in Gruntfile.js.\n\n';
for (var i = 0, len = glpyhiconsLines.length; i < len; i++) {
var match = glpyhiconsLines[i].match(iconClassName);