Skip to content

Commit 7b3e2a6

Browse files
Python formatting
1 parent d8dd909 commit 7b3e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/git/code-format-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def format_run(self, changed_files: List[str], args: FormatArgs) -> Optional[str
382382
# We skip checking in MIR files as undef is a valid token and not
383383
# going away.
384384
if file.endswith(".mir"):
385-
continue
385+
continue
386386
# search for additions of undef
387387
if re.search(r"^[+](?!\s*#\s*).*(\bundef\b|UndefValue::get)", file, re.MULTILINE):
388388
files.append(re.match("a/([^ ]+)", file.splitlines()[0])[1])

0 commit comments

Comments
 (0)