Skip to content

Commit

Permalink
Remove stray semi-colon in *.py file, NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272610 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vedantk committed Jun 14, 2016
1 parent 0bdb51b commit b1d6970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/perf-training/perf-helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def cc1(args):
cc1_cmd = get_cc1_command_for_args(cmd, cc1_env)

subprocess.check_call(cc1_cmd)
return 0;
return 0

def parse_dtrace_symbol_file(path, all_symbols, all_symbols_set,
missing_symbols, opts):
Expand Down

0 comments on commit b1d6970

Please sign in to comment.