From: Brenda J. Butler Date: Fri, 23 Feb 2018 17:16:37 +0000 (-0500) Subject: tools: tc-testing: Fix indentation X-Git-Tag: v4.19~1326^2~363^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a7b75f7c16d85f782ae86c71f0f31f72a61602f;p=platform%2Fkernel%2Flinux-rpi.git tools: tc-testing: Fix indentation Signed-off-by: Brenda J. Butler Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/tc-testing/tdc.py b/tools/testing/selftests/tc-testing/tdc.py index b3754b9..ab28373 100755 --- a/tools/testing/selftests/tc-testing/tdc.py +++ b/tools/testing/selftests/tc-testing/tdc.py @@ -347,9 +347,9 @@ def check_default_settings(args, remaining, pm): global NAMES if args.path != None: - NAMES['TC'] = args.path + NAMES['TC'] = args.path if args.device != None: - NAMES['DEV2'] = args.device + NAMES['DEV2'] = args.device if not os.path.isfile(NAMES['TC']): print("The specified tc path " + NAMES['TC'] + " does not exist.") exit(1)