changeset 3777:0b6982223baa beta

cleanup code
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 22 Apr 2013 14:11:53 +0200
parents 13241a4075e9
children 88f11b5eb6db
files docs/api/api.rst docs/usage/general.rst
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/api/api.rst	Mon Apr 22 14:11:40 2013 +0200
+++ b/docs/api/api.rst	Mon Apr 22 14:11:53 2013 +0200
@@ -23,7 +23,7 @@
 Following example shows how to enable API access to patch/diff raw file and archive
 in RhodeCode::
 
-    api_access_controllers_whitelist = 
+    api_access_controllers_whitelist =
         ChangesetController:changeset_patch,
         ChangesetController:changeset_raw,
         FilesController:raw,
--- a/docs/usage/general.rst	Mon Apr 22 14:11:40 2013 +0200
+++ b/docs/usage/general.rst	Mon Apr 22 14:11:53 2013 +0200
@@ -125,7 +125,7 @@
 
 General
 ~~~~~~~
-    
+
 `Use repository extra fields` option allows to set a custom fields for each
 repository in the system. Each new field consists of 3 attributes `field key`,
 `field label`, `field description`. Example usage of such fields would be to
@@ -155,5 +155,3 @@
     [requires => Repo]
     [recommends => Repo]
     [see => URI]
-
-