Skip to content

Commit

Permalink
- fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wullinger committed Oct 11, 2016
1 parent 5dc9ff4 commit 4cb5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watchdog/utils/platform.py
Expand Up @@ -33,7 +33,7 @@ def get_platform_name():
return PLATFORM_DARWIN
elif sys.platform.startswith('linux'):
return PLATFORM_LINUX
elif sys.platform.startswith(('dragonfly', 'freebsd', 'netbsd', 'openbsd', )):
elif sys.platform.startswith(('dragonfly', 'freebsd', 'netbsd', 'openbsd', )):
return PLATFORM_BSD
else:
return PLATFORM_UNKNOWN
Expand Down

0 comments on commit 4cb5ad8

Please sign in to comment.