From: Vedant Kumar Date: Tue, 14 Jun 2016 01:14:50 +0000 (+0000) Subject: Remove stray semi-colon in *.py file, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d69700bac0fa6670fc87de2bc5417f60a2bfb8;p=clang Remove stray semi-colon in *.py file, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272610 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/perf-training/perf-helper.py b/utils/perf-training/perf-helper.py index cbc31319f0..8210bb8140 100644 --- a/utils/perf-training/perf-helper.py +++ b/utils/perf-training/perf-helper.py @@ -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):