Remove some tab/space issues in previous commits.

This commit is contained in:
Michael DeHaan 2013-02-26 20:30:33 -05:00
parent 6a487409db
commit c485cb3700
4 changed files with 7 additions and 9 deletions

View file

@ -149,7 +149,7 @@ def main():
encoding=dict(default=""),
state=dict(default="present", choices=["absent", "present"]),
),
supports_check_mode = True
supports_check_mode = True
)
if not postgresqldb_found: