Cleanup: format

This commit is contained in:
Chris Blackbourn
2023-04-13 09:58:15 +12:00
parent 2b565c6bd0
commit ecfdbaef9b

View File

@@ -1392,14 +1392,14 @@ void FONT_OT_change_spacing(wmOperatorType *ot)
/* properties */
RNA_def_float(ot->srna,
"delta",
1.0,
0.0,
0.0,
"Delta",
"Amount to decrease or increase character spacing with",
0.0,
0.0);
"delta",
1.0,
0.0,
0.0,
"Delta",
"Amount to decrease or increase character spacing with",
0.0,
0.0);
}
/** \} */