Skip to content

Commit

Permalink
Remove stray whitespaces
Browse files Browse the repository at this point in the history
Change-Id: I8d5ce4dd039a93a791fb079ea6ab709b732c39e0
  • Loading branch information
naomipappe authored and MarkY-LunarG committed Jan 29, 2025
1 parent 1449493 commit 3a78b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/scripts/gfxrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def Replay(replay_args):

print('Executing:', adb_stop)
subprocess.check_call(shlex.split(adb_stop, posix='win' not in sys.platform))

cmd = ' '.join([adb_start, '--es', '"args"', '"{}"'.format(extras)])
if selection is not None:
cmd = InsertDeviceSelectionArgument(cmd, selection)
Expand Down

0 comments on commit 3a78b99

Please sign in to comment.