Skip to content

Commit 991221b

Browse files
committed
code style
1 parent cb2a80f commit 991221b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xlswriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static inline chart_object *php_vtiful_chart_fetch_object(zend_object *obj) {
125125
} \
126126
} while(0);
127127

128-
#define WORKSHEET_INDEX_OUT_OF_CHANGE_IN_OPTIMIZE_EXCEPTION(xls_resource_write_t, error) \
128+
#define WORKSHEET_INDEX_OUT_OF_CHANGE_IN_OPTIMIZE_EXCEPTION(xls_resource_write_t, error) \
129129
do { \
130130
if(xls_resource_write_t->worksheet->optimize && error == LXW_ERROR_WORKSHEET_INDEX_OUT_OF_RANGE) { \
131131
zend_throw_exception(vtiful_exception_ce, "In const memory mode, you cannot modify the placed cells", 170); \

0 commit comments

Comments
 (0)