Format files across the project using pre-commit. (#17534)
Prep for switching our lint checks to use
[pre-commit](https://pre-commit.com/) - tracked in
https://github.com/iree-org/iree/issues/17430.
Formatting hooks applied in this PR:
* trailing-whitespace
* end-of-file-fixer
* check-yaml
* black
* clang-format
* markdownlint
* bazel_to_cmake
diff --git a/build_tools/cmake/flatbuffer_c_library.cmake b/build_tools/cmake/flatbuffer_c_library.cmake
index 826d9ee..fe0913c 100644
--- a/build_tools/cmake/flatbuffer_c_library.cmake
+++ b/build_tools/cmake/flatbuffer_c_library.cmake
@@ -130,7 +130,7 @@
iree_install_targets(
TARGETS ${_NAME}
)
-
+
# Alias the iree_package_name library to iree::package::name.
# This lets us more clearly map to Bazel and makes it possible to
# disambiguate the underscores in paths vs. the separators.