mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Run wpiformat (NFC) (#5341)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user