Change tabs to spaces, for consistency
authorRobin Houston <robin.houston@gmail.com>
Sat, 5 Mar 2011 15:45:55 +0000 (15:45 +0000)
committerRobin Houston <robin.houston@gmail.com>
Sat, 5 Mar 2011 15:45:55 +0000 (15:45 +0000)
tweepy/streaming.py

index f9797a034c637619f5dabb9c4e4dbd16fd559ec4..b10444d71748fc7ab149c48d68d96e5ac8ed756c 100644 (file)
@@ -204,8 +204,8 @@ class Stream(object):
         if locations and len(locations) > 0:
             assert len(locations) % 4 == 0
             self.parameters['locations'] = ','.join(['%.2f' % l for l in locations])
-       if count:
-               self.parameters['count'] = count
+        if count:
+            self.parameters['count'] = count
         self.body = urllib.urlencode(self.parameters)
         self.parameters['delimited'] = 'length'
         self._start(async)