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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-09-29 00:29:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-29 00:30:34 +0300
commit6dceaafe5a21fc0f112b2d206980c30eb4e678e8 (patch)
tree74e3b74b13155097ecc04710e6bb5c356d693860 /intern
parentb524153d61e20419bf7ebe2df099c237c2b4427c (diff)
Cleanup: trailing space, newlines at EOF
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/properties.py2
-rw-r--r--intern/cycles/device/hip/device.h2
-rw-r--r--intern/cycles/device/hip/util.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 67207874431..cea70033784 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -124,7 +124,7 @@ enum_texture_limit = (
('4096', "4096", "Limit texture size to 4096 pixels", 6),
('8192', "8192", "Limit texture size to 8192 pixels", 7),
)
-
+
# NOTE: Identifiers are expected to be an upper case version of identifiers from `Pass::get_type_enum()`
enum_view3d_shading_render_pass = (
('', "General", ""),
diff --git a/intern/cycles/device/hip/device.h b/intern/cycles/device/hip/device.h
index 76fa8995bed..965fd9e484b 100644
--- a/intern/cycles/device/hip/device.h
+++ b/intern/cycles/device/hip/device.h
@@ -34,4 +34,4 @@ void device_hip_info(vector<DeviceInfo> &devices);
string device_hip_capabilities();
-CCL_NAMESPACE_END \ No newline at end of file
+CCL_NAMESPACE_END
diff --git a/intern/cycles/device/hip/util.h b/intern/cycles/device/hip/util.h
index f8468e0dc5c..0db5174a3db 100644
--- a/intern/cycles/device/hip/util.h
+++ b/intern/cycles/device/hip/util.h
@@ -60,4 +60,4 @@ int hipewCompilerVersion();
CCL_NAMESPACE_END
-#endif /* WITH_HIP */ \ No newline at end of file
+#endif /* WITH_HIP */