[csharp] More formatting changes

This commit is contained in:
Mario Zechner 2025-07-16 01:28:04 +02:00
parent e69bc5562c
commit ab64434ae7
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ indent_style = tab
tab_width = 4
# New line preferences
end_of_line = crlf
end_of_line = lf
insert_final_newline = true
#### .NET Coding Conventions ####

View File

@ -51,7 +51,7 @@ namespace Spine {
}
public static implicit operator Color32F (Microsoft.Xna.Framework.Color xnaColor) {
return new Color32F(xnaColor);
return new Color32F(xnaColor);
}
public static implicit operator Microsoft.Xna.Framework.Color (Color32F c) {