Commit 899ea4de by Michael DeHaan

Styling: indentation

parent 0b251d84
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment