Skip to content

Commit

Permalink
Fix lint - indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 19, 2015
1 parent a6d31c0 commit f0cc8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-api/gstswitch/controller.py
Expand Up @@ -259,8 +259,8 @@ def get_composite_mode(self):
print "Current composite mode is %u" % (res)
except AttributeError:
raise ConnectionReturnError('Connection returned invalid '
'values. Should return a '
'GVariant tuple')
'values. Should return a '
'GVariant tuple')
return res

def set_encode_mode(self, channel):
Expand Down

0 comments on commit f0cc8ab

Please sign in to comment.