Skip to content

Commit

Permalink
removing trailing whitespace on empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Apr 29, 2015
1 parent 57d5e4f commit c9e3445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SoftLayer/managers/hardware.py
Expand Up @@ -514,7 +514,7 @@ def edit(self, hardware_id, userdata=None, hostname=None, domain=None,
:param string notes: notes about this particular hardware
Example::
# Change the hostname on instance 12345 to 'something'
result = mgr.edit(hardware_id=12345 , hostname="something")
#result will be True or an Exception
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/managers/ssl.py
Expand Up @@ -13,7 +13,7 @@ class SSLManager(object):
:param SoftLayer.API.Client client: an API client instance
Example::
# Initialize the Manager.
# env variables. These can also be specified in ~/.softlayer,
# or passed directly to SoftLayer.Client()
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/managers/vs.py
Expand Up @@ -435,7 +435,7 @@ def verify_create_instance(self, **kwargs):
See :func:`create_instance` for a list of available options.
Example::
new_vsi = {
'domain': u'test01.labs.sftlyr.ws',
'hostname': u'minion05',
Expand Down

0 comments on commit c9e3445

Please sign in to comment.