You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/03/08 13:02:09 UTC

svn commit: r1079335 - /incubator/libcloud/trunk/libcloud/storage/base.py

Author: tomaz
Date: Tue Mar  8 12:02:09 2011
New Revision: 1079335

URL: http://svn.apache.org/viewvc?rev=1079335&view=rev
Log:
Fix indentation.

Modified:
    incubator/libcloud/trunk/libcloud/storage/base.py

Modified: incubator/libcloud/trunk/libcloud/storage/base.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/storage/base.py?rev=1079335&r1=1079334&r2=1079335&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/storage/base.py (original)
+++ incubator/libcloud/trunk/libcloud/storage/base.py Tue Mar  8 12:02:09 2011
@@ -466,7 +466,7 @@ class StorageDriver(object):
                 chunk = ''
 
         if chunked:
-                response.connection.connection.send('0\r\n\r\n')
+            response.connection.connection.send('0\r\n\r\n')
 
         if calculate_hash:
             data_hash = data_hash.hexdigest()