Changeset - 685ebc84c2e9
[Not reviewed]
beta
0 15 0
Marcin Kuzminski - 13 years ago 2012-11-26 20:14:40
marcin@python-works.com
White space cleanup
4 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/feed.py
Show inline comments
 
@@ -180,4 +180,3 @@ class FeedController(BaseRepoController)
 
            region_invalidate(_get_feed_from_cache, None, key)
 
            CacheInvalidation.set_valid(inv.cache_key)
 
        return _get_feed_from_cache(key)
 

	
rhodecode/lib/diffs.py
Show inline comments
 
@@ -765,4 +765,4 @@ def differ(org_repo, org_ref, other_repo
 
                                      node2=org_repo[org_ref].node(),
 
                                      opts=opts))
 

	
 
    return ''
 
\ No newline at end of file
 
    return ''
rhodecode/lib/ext_json.py
Show inline comments
 
@@ -119,4 +119,4 @@ if simplejson:
 
elif stdlibjson:
 
    json = _json
 
else:
 
    raise ImportError('Could not find any json modules')
 
\ No newline at end of file
 
    raise ImportError('Could not find any json modules')
rhodecode/templates/files/files_history_box.html
Show inline comments
 
@@ -22,4 +22,4 @@
 
        </div>
 
        <div style="clear:both"></div>
 
    </dd>
 
</dl>
 
\ No newline at end of file
 
</dl>
0 comments (0 inline, 0 general)