Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 4f21e4d

Browse files
authored
turn tabs into spaces
1 parent df64ee8 commit 4f21e4d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

PostProcessing/Editor/PostProcessEffectBaseEditor.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,17 @@ protected void PropertyField(SerializedParameterOverride property, GUIContent ti
148148
}
149149

150150
// Default unity field
151-
if (property.value.hasVisibleChildren
152-
&& property.value.propertyType != SerializedPropertyType.Vector2
153-
&& property.value.propertyType != SerializedPropertyType.Vector3)
154-
{
155-
GUILayout.Space(12f);
156-
EditorGUILayout.PropertyField(property.value, title, true);
157-
}
158-
else
159-
{
160-
EditorGUILayout.PropertyField(property.value, title);
161-
}
151+
if (property.value.hasVisibleChildren
152+
&& property.value.propertyType != SerializedPropertyType.Vector2
153+
&& property.value.propertyType != SerializedPropertyType.Vector3)
154+
{
155+
GUILayout.Space(12f);
156+
EditorGUILayout.PropertyField(property.value, title, true);
157+
}
158+
else
159+
{
160+
EditorGUILayout.PropertyField(property.value, title);
161+
}
162162
}
163163
}
164164
}

0 commit comments

Comments
 (0)