mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor indentation fix.
This commit is contained in:
parent
d6c1217d0f
commit
6524326300
@ -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,
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user