Minor indentation fix.

This commit is contained in:
John McNamara 2021-08-12 20:26:52 +01:00
parent d6c1217d0f
commit 6524326300
2 changed files with 3 additions and 3 deletions

View File

@ -584,7 +584,7 @@ enum lxw_filter_operator {
LXW_FILTER_OR
};
/* Internal filter types.*/
/* Internal filter types. */
enum lxw_filter_type {
LXW_FILTER_TYPE_NONE,

View File

@ -4604,8 +4604,8 @@ _worksheet_write_filter_standard(lxw_worksheet *self,
* Write the <customFilter> element.
*/
STATIC void
_worksheet_write_custom_filter(lxw_worksheet *self, const char *str, double num,
uint8_t criteria)
_worksheet_write_custom_filter(lxw_worksheet *self, const char *str,
double num, uint8_t criteria)
{
struct xml_attribute_list attributes;
struct xml_attribute *attribute;