summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-08-29 21:49:36 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-08-29 21:50:08 +0200
commit04bb72a4a6ea96ee81524bac037d9adc28816e36 (patch)
tree0bf5cb34e46e8f57c0e61e2aa6782fbe68c7c9eb /gpsprof
parentae29bdd7dc6228f6889f1c3617eb00e64bae9dc8 (diff)
downloadgpsd-04bb72a4a6ea96ee81524bac037d9adc28816e36.tar.gz
Fixing several Python identation errors.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 8dd9e1b2..f34d2d96 100755
--- a/gpsprof
+++ b/gpsprof
@@ -457,7 +457,7 @@ def plotframe(await, fname, speed, threshold, title):
if __name__ == '__main__':
try:
- (options, arguments) = getopt.getopt(sys.argv[1:], "f:hm:n:s:t:D:")
+ (options, arguments) = getopt.getopt(sys.argv[1:], "f:hm:n:s:t:D:")
formatter = "space"
raw = False