Skip to content

Commit

Permalink
Remove trailing white spaces in documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
vutny committed Mar 1, 2016
1 parent 7eaf778 commit aebc481
Show file tree
Hide file tree
Showing 37 changed files with 198 additions and 198 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pdf: translations

cheatsheet: translations
@echo "Running cheatsheet/salt.tex file through xelatex..."
cd cheatsheet && xelatex salt.tex && cp salt.pdf ../salt-cheatsheet.pdf
cd cheatsheet && xelatex salt.tex && cp salt.pdf ../salt-cheatsheet.pdf
@echo "./salt-cheatsheet.pdf created."

text: translations
Expand Down
2 changes: 1 addition & 1 deletion doc/_themes/saltstack/static/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6069,7 +6069,7 @@ a.badge:focus {
top: 20%;
left: 50%;
padding: 15px;
width: 35%;
width: 35%;
}

.carousel-caption h4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ window.Modernizr = (function( window, document, undefined ) {

slice = classes.slice,

featureName,
featureName,


injectElementWithStyles = function( rule, callback, nodes, testnames ) {
Expand Down Expand Up @@ -105,7 +105,7 @@ window.Modernizr = (function( window, document, undefined ) {
return bool;

},


isEventSupported = (function() {

Expand Down Expand Up @@ -152,7 +152,7 @@ window.Modernizr = (function( window, document, undefined ) {
};
}
else {
hasOwnProp = function (object, property) {
hasOwnProp = function (object, property) {
return ((property in object) && is(object.constructor.prototype[property], 'undefined'));
};
}
Expand Down Expand Up @@ -620,7 +620,7 @@ window.Modernizr = (function( window, document, undefined ) {

}

return Modernizr;
return Modernizr;
};


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/gen_gource
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#
#
# This script is used to generate the gource video released with each release of Salt
#
#
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ shell script, which automates the install correctly on multiple platforms:
Get Started
===============

A new `Get Started Guide <http://docs.saltstack.com/en/getstarted/>`_ walks you
A new `Get Started Guide <http://docs.saltstack.com/en/getstarted/>`_ walks you
through the basics of getting SaltStack up and running. You'll learn how to:

* Install and configure SaltStack
Expand Down
Loading

0 comments on commit aebc481

Please sign in to comment.