From 1e7a3444efd2154145b9f8d680d69687eceabd07 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:03:31 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.1](https://github.com/pre-commit/mirrors-clang-format/compare/v17.0.6...v18.1.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f54468c..7b441934 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # exclude: "tests/" - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.6 + rev: v18.1.1 hooks: - id: clang-format files: | From b4ad91630fa782ee113471ba65d0d6e4e91b024a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:04:09 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ansys/mapdl/reader/cython/vtk_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys/mapdl/reader/cython/vtk_support.c b/ansys/mapdl/reader/cython/vtk_support.c index 40385919..9650b7d6 100644 --- a/ansys/mapdl/reader/cython/vtk_support.c +++ b/ansys/mapdl/reader/cython/vtk_support.c @@ -562,7 +562,7 @@ int ans_to_vtk(const int nelem, const int *elem, const int *elem_off, add_line(build_offset, &elem[off], false); // should never reach here } // end of switch - } // end of loop + } // end of loop /* printf("Done\n"); */