diff options
author | Tom Tromey <tromey@adacore.com> | 2024-03-20 09:03:04 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-04-02 11:21:39 -0600 |
commit | c2cf30e7608093773286081ebfc4067246ecba7e (patch) | |
tree | 7bedf2c98350c11ba4383b9bce32f6f1ccb71ae3 /gdb/syscalls | |
parent | 68982f618b28aebf47343922fb79e59ace0246eb (diff) | |
download | gdb-c2cf30e7608093773286081ebfc4067246ecba7e.zip gdb-c2cf30e7608093773286081ebfc4067246ecba7e.tar.gz gdb-c2cf30e7608093773286081ebfc4067246ecba7e.tar.bz2 |
Run isort
This patch is the result of running 'isort .' in the gdb directory.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/syscalls')
-rw-r--r-- | gdb/syscalls/arm-linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/syscalls/arm-linux.py b/gdb/syscalls/arm-linux.py index 8213f5c..a3f64d0 100644 --- a/gdb/syscalls/arm-linux.py +++ b/gdb/syscalls/arm-linux.py @@ -5,8 +5,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. -import sys import re +import sys import time infname = sys.argv[1] |