Run wpiformat (NFC) (#5341)

This commit is contained in:
Tyler Veness
2023-05-17 18:00:26 -07:00
committed by GitHub
parent 96e41c0447
commit 063c8cbedc

View File

@@ -13,7 +13,6 @@ from upstream_utils import (
def run_global_replacements(wpiutil_llvm_files):
for wpi_file in wpiutil_llvm_files:
with open(wpi_file) as f:
content = f.read()
@@ -100,7 +99,6 @@ def flattened_llvm_files(llvm, dirs_to_keep):
def find_wpiutil_llvm_files(wpiutil_root, subfolder):
# These files have substantial changes, not worth managing with the patching process
ignore_list = [
"StringExtras.h",