[Bf-blender-cvs] [8a9d7645441] refactor-idprop-ui-data: Remove trailing whitespace

Hans Goudey noreply at git.blender.org
Mon Aug 9 22:14:48 CEST 2021


Commit: 8a9d764544107e14a34910146a159a53edf85a4b
Author: Hans Goudey
Date:   Mon Aug 9 15:08:29 2021 -0500
Branches: refactor-idprop-ui-data
https://developer.blender.org/rB8a9d764544107e14a34910146a159a53edf85a4b

Remove trailing whitespace

===================================================================

M	release/scripts/modules/rna_prop_ui.py

===================================================================

diff --git a/release/scripts/modules/rna_prop_ui.py b/release/scripts/modules/rna_prop_ui.py
index 4b72a00f590..26a2f9ad89b 100644
--- a/release/scripts/modules/rna_prop_ui.py
+++ b/release/scripts/modules/rna_prop_ui.py
@@ -115,13 +115,13 @@ def rna_idprop_ui_create(
 
     rna_idprop_ui_prop_update(item, prop)
 
-    # Update the UI settings    
+    # Update the UI settings.
     ui_data = item.id_properties_ui(prop)
     ui_data.update(
-        subtype=subtype, 
-        min=min, 
-        max=max, 
-        soft_min=soft_min, 
+        subtype=subtype,
+        min=min,
+        max=max,
+        soft_min=soft_min,
         soft_max=soft_max,
         description=description,
         default=default,



More information about the Bf-blender-cvs mailing list