Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-11 06:23:54 +0300
committerCampbell Barton <campbell@blender.org>2022-02-11 06:23:54 +0300
commitbff0cf10301b32fa51b9c0b96235fd8d1dd2fc92 (patch)
tree841f4235901fc37a87d1bd26ba17440a6c54e263 /build_files
parent7946f34d647713b6ab4979ef9164a2fce3c103a0 (diff)
Cleanup: remove white-space before headers
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/cmake/cmake_consistency_check.py1
-rwxr-xr-xbuild_files/cmake/cmake_netbeans_project.py1
-rwxr-xr-xbuild_files/cmake/cmake_qtcreator_project.py1
-rw-r--r--build_files/cmake/cmake_static_check_clang_array.py1
-rw-r--r--build_files/cmake/cmake_static_check_cppcheck.py1
-rw-r--r--build_files/cmake/cmake_static_check_smatch.py1
-rw-r--r--build_files/cmake/cmake_static_check_sparse.py1
-rw-r--r--build_files/cmake/cmake_static_check_splint.py1
-rwxr-xr-xbuild_files/cmake/project_info.py1
9 files changed, 0 insertions, 9 deletions
diff --git a/build_files/cmake/cmake_consistency_check.py b/build_files/cmake/cmake_consistency_check.py
index 001c776f87c..ec31b4cdfe3 100755
--- a/build_files/cmake/cmake_consistency_check.py
+++ b/build_files/cmake/cmake_consistency_check.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/cmake_netbeans_project.py b/build_files/cmake/cmake_netbeans_project.py
index 0a4c41bd189..e3fc9fd86ac 100755
--- a/build_files/cmake/cmake_netbeans_project.py
+++ b/build_files/cmake/cmake_netbeans_project.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/cmake_qtcreator_project.py b/build_files/cmake/cmake_qtcreator_project.py
index c0145564bd4..395d24370da 100755
--- a/build_files/cmake/cmake_qtcreator_project.py
+++ b/build_files/cmake/cmake_qtcreator_project.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/cmake_static_check_clang_array.py b/build_files/cmake/cmake_static_check_clang_array.py
index 3d98bfb0c62..d98ab3d58e2 100644
--- a/build_files/cmake/cmake_static_check_clang_array.py
+++ b/build_files/cmake/cmake_static_check_clang_array.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/cmake_static_check_cppcheck.py b/build_files/cmake/cmake_static_check_cppcheck.py
index 91cac06679d..75c5ac79ff5 100644
--- a/build_files/cmake/cmake_static_check_cppcheck.py
+++ b/build_files/cmake/cmake_static_check_cppcheck.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/cmake_static_check_smatch.py b/build_files/cmake/cmake_static_check_smatch.py
index 36c1842e0e6..b7c2e7817c6 100644
--- a/build_files/cmake/cmake_static_check_smatch.py
+++ b/build_files/cmake/cmake_static_check_smatch.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/cmake_static_check_sparse.py b/build_files/cmake/cmake_static_check_sparse.py
index 8d0358eaa1b..51204e4de2e 100644
--- a/build_files/cmake/cmake_static_check_sparse.py
+++ b/build_files/cmake/cmake_static_check_sparse.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/cmake_static_check_splint.py b/build_files/cmake/cmake_static_check_splint.py
index c0317c71912..3ee3617e7a8 100644
--- a/build_files/cmake/cmake_static_check_splint.py
+++ b/build_files/cmake/cmake_static_check_splint.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>
diff --git a/build_files/cmake/project_info.py b/build_files/cmake/project_info.py
index f12086c0325..46fd538f675 100755
--- a/build_files/cmake/project_info.py
+++ b/build_files/cmake/project_info.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-
# SPDX-License-Identifier: GPL-2.0-or-later
# <pep8 compliant>