diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2023-07-20 19:34:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 19:34:07 -0400 |
| commit | cb03424254152e4c96d236125ef925f9333e90f4 (patch) | |
| tree | a070f59cbfd122f5034260469fa71a1f09b5bae9 /ExporterTest/Makefile | |
| parent | b62d38046dbc6618b5eb433a0a29560e02bf43a9 (diff) | |
Updated to use clang-format-14 (#297)
Diffstat (limited to 'ExporterTest/Makefile')
| -rw-r--r-- | ExporterTest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExporterTest/Makefile b/ExporterTest/Makefile index 42033b7..98e0475 100644 --- a/ExporterTest/Makefile +++ b/ExporterTest/Makefile @@ -17,7 +17,7 @@ clean: rm -rf build $(LIB) format: - clang-format-11 -i $(CPP_FILES) $(H_FILES) + clang-format-14 -i $(CPP_FILES) $(H_FILES) .PHONY: all clean format |
