Commit bea593a9 authored by Jondy Zhao's avatar Jondy Zhao

Fix indentation

parent 17628860
......@@ -35,7 +35,6 @@ if sys.platform.startswith("cygwin"):
else:
sys.exit('platform %s is not supported' % sys.platform)
def main():
setup_args = dict(
name='netdrive',
......@@ -61,7 +60,7 @@ def main():
'console_scripts': [
'netdrive-reporter = netreport:main',
],
}
},
)
if extensions is not None:
setup_args["ext_modules"] = extensions
......
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