Styling: indentation

pull/3378/merge
Michael DeHaan 11 years ago
parent 0b251d840b
commit 899ea4de82

@ -134,9 +134,9 @@ EXAMPLES = '''
def dolink(src, path, state, module):
try:
if state == 'hard':
os.link(src,path)
os.link(src,path)
else:
os.symlink(src, path)
os.symlink(src, path)
except OSError, e:
module.fail_json(path=path, msg='Error while linking: %s' % str(e))

Loading…
Cancel
Save