Skip to content

Commit

Permalink
tools: tc-testing: Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Brenda J. Butler <bjb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Brenda J. Butler authored and David S. Miller committed Feb 26, 2018
1 parent 9baeb5e commit 6a7b75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/testing/selftests/tc-testing/tdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a7b75f

Please sign in to comment.