From 0a1e1624a9b01a8d9a0fe974c375546b86df662c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Tue, 19 Mar 2024 09:16:41 -0400 Subject: [PATCH] STYLE: Pass style tests --- .clang-format | 4 ++-- .editorconfig | 2 +- include/itkFastBilateralImageFilter.h | 2 +- include/itkFastBilateralImageFilter.hxx | 2 +- test/itkFastBilateralImageFilterTest.cxx | 2 +- test/itkFastBilateralImageFilterTest2.cxx | 2 +- test/itkFastBilateralImageFilterTest3.cxx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.clang-format b/.clang-format index 399e250..92c5002 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ ## See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option ## ## The clang-format binaries can be downloaded as part of the clang binary distributions -## from http://releases.llvm.org/download.html +## from https://releases.llvm.org/download.html ## ## Use the script Utilities/Maintenance/clang-format.bash to faciliate ## maintaining a consistent code style. @@ -21,7 +21,7 @@ AccessModifierOffset: -2 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: true -AlignEscapedNewlines: Right +AlignEscapedNewlines: Left AlignOperands: true AlignTrailingComments: true # clang 9.0 AllowAllArgumentsOnNextLine: true diff --git a/.editorconfig b/.editorconfig index 7b95893..648b969 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# http://EditorConfig.org +# https://EditorConfig.org # top-most EditorConfig file root = true diff --git a/include/itkFastBilateralImageFilter.h b/include/itkFastBilateralImageFilter.h index 5938596..1d6688c 100644 --- a/include/itkFastBilateralImageFilter.h +++ b/include/itkFastBilateralImageFilter.h @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/include/itkFastBilateralImageFilter.hxx b/include/itkFastBilateralImageFilter.hxx index 54db96e..e41bc97 100644 --- a/include/itkFastBilateralImageFilter.hxx +++ b/include/itkFastBilateralImageFilter.hxx @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/itkFastBilateralImageFilterTest.cxx b/test/itkFastBilateralImageFilterTest.cxx index b894a31..7303fe6 100644 --- a/test/itkFastBilateralImageFilterTest.cxx +++ b/test/itkFastBilateralImageFilterTest.cxx @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/itkFastBilateralImageFilterTest2.cxx b/test/itkFastBilateralImageFilterTest2.cxx index 94f97d6..6150d54 100755 --- a/test/itkFastBilateralImageFilterTest2.cxx +++ b/test/itkFastBilateralImageFilterTest2.cxx @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/itkFastBilateralImageFilterTest3.cxx b/test/itkFastBilateralImageFilterTest3.cxx index 240cced..e4766fc 100755 --- a/test/itkFastBilateralImageFilterTest3.cxx +++ b/test/itkFastBilateralImageFilterTest3.cxx @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0.txt + * https://www.apache.org/licenses/LICENSE-2.0.txt * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,