Remove trailing whitespaces in regular file

Change-Id: I8d05fbb7a372bf9a813da9165cd40af71a1ae4c2
This commit is contained in:
Hengqing Hu
2012-03-03 13:10:06 +08:00
parent 48dc5be3d2
commit 460c3f3891
6 changed files with 9 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ Gabriel Hurley <gabriel@strikeawe.com>
Ghe Rivero <ghe@debian.org> Ghe Rivero <ghe@debian.org>
gholt <gholt@brim.net> gholt <gholt@brim.net>
Guang Yee <guang.yee@hp.com> Guang Yee <guang.yee@hp.com>
Hengqing Hu <hudayou@hotmail.com>
Ionuț Arțăriși <iartarisi@suse.cz> Ionuț Arțăriși <iartarisi@suse.cz>
jabdul <abdulkader.j@hcl.com> jabdul <abdulkader.j@hcl.com>
James E. Blair <corvus@gnu.org> James E. Blair <corvus@gnu.org>

View File

@@ -63,7 +63,7 @@ Developers Documentation
developing developing
architecture architecture
api_curl_examples api_curl_examples
Code Documentation Code Documentation
================== ==================
.. toctree:: .. toctree::

View File

@@ -79,7 +79,7 @@ Options:
syslog (defaults to LOG_USER) syslog (defaults to LOG_USER)
--use-syslog Use syslog for logging. --use-syslog Use syslog for logging.
--nouse-syslog Use syslog for logging. --nouse-syslog Use syslog for logging.
FILES FILES
===== =====

View File

@@ -110,11 +110,11 @@ auth_uri
The externally accessible URL of the Keystone server. This will be where unauthenticated The externally accessible URL of the Keystone server. This will be where unauthenticated
clients are redirected to. This is in the form of a URL. For example, if they make an clients are redirected to. This is in the form of a URL. For example, if they make an
unauthenticated call, they get this response:: unauthenticated call, they get this response::
HTTP/1.1 401 Unauthorized HTTP/1.1 401 Unauthorized
Www-Authenticate: Keystone uri='https://auth.example.com/' Www-Authenticate: Keystone uri='https://auth.example.com/'
Content-Length: 381 Content-Length: 381
In this case, the auth_uri setting is set to https://auth.example.com/ In this case, the auth_uri setting is set to https://auth.example.com/
admin_token admin_token

View File

@@ -1,5 +1,5 @@
(function($) { (function($) {
$.fn.tweet = function(o){ $.fn.tweet = function(o){
var s = { var s = {
username: ["seaofclouds"], // [string] required, unless you want to display our tweets. :) it can be an array, just do ["username1","username2","etc"] username: ["seaofclouds"], // [string] required, unless you want to display our tweets. :) it can be an array, just do ["username1","username2","etc"]
@@ -17,9 +17,9 @@
loading_text: null, // [string] optional loading text, displayed while tweets load loading_text: null, // [string] optional loading text, displayed while tweets load
query: null // [string] optional search query query: null // [string] optional search query
}; };
if(o) $.extend(s, o); if(o) $.extend(s, o);
$.fn.extend({ $.fn.extend({
linkUrl: function() { linkUrl: function() {
var returning = []; var returning = [];

View File

@@ -14,7 +14,7 @@
# * ADMIN_PASSWORD is used to set the password for the admin and demo accounts. # * ADMIN_PASSWORD is used to set the password for the admin and demo accounts.
# * SERVICE_PASSWORD is used to set the password for the service accounts. # * SERVICE_PASSWORD is used to set the password for the service accounts.
# #
# Enable the Swift and Quantum accounts by setting ENABLE_SWIFT and/or # Enable the Swift and Quantum accounts by setting ENABLE_SWIFT and/or
# ENABLE_QUANTUM environment variables. # ENABLE_QUANTUM environment variables.
# #
# A set of EC2-compatible credentials is created for both admin and demo # A set of EC2-compatible credentials is created for both admin and demo