diff options
author | Clayton Smith <argilo@gmail.com> | 2020-10-12 16:13:19 -0400 |
---|---|---|
committer | Sebastian Koslowski <sebastian.koslowski@gmail.com> | 2020-10-20 15:16:48 +0200 |
commit | 272d38407f0a7460b0e3958a8dfeb71dfb342b3e (patch) | |
tree | 630b0288a329adecb70aff4036a3366e8f79b131 /grc/scripts/grcc | |
parent | 629d8854863ab9ea782d0c0d648f525ed5d4c71b (diff) |
grc: fix pylint C0303: Trailing whitespace
Diffstat (limited to 'grc/scripts/grcc')
-rwxr-xr-x | grc/scripts/grcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/scripts/grcc b/grc/scripts/grcc index 466b961668..e3f5df199d 100755 --- a/grc/scripts/grcc +++ b/grc/scripts/grcc @@ -3,7 +3,7 @@ # This file is part of GNU Radio # # SPDX-License-Identifier: GPL-2.0-or-later -# +# import os import sys |