Skip to content

Commit

Permalink
fix headers, move # to another new
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 10, 2025
1 parent e897590 commit c060945
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion src/generated-config/ast_layout_attribute_style_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,8 @@ const ast_layout_attribute_pair_t ast_layout_allowed_style_list_zoom[] = {
{NULL, NULL},
};

// ----------- END AUTO GENERATED ----------- //#endif
// ----------- END AUTO GENERATED ----------- //

#endif


4 changes: 3 additions & 1 deletion src/generated-config/ast_layout_attribute_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ const ast_layout_attribute_pair_t ast_layout_allowed_lang[] = {
{NULL, NULL},
};

// ----------- END AUTO GENERATED ----------- //#endif
// ----------- END AUTO GENERATED ----------- //

#endif

4 changes: 3 additions & 1 deletion src/generated-config/ast_layout_attribute_value_extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ extern const ast_layout_attribute_pair_t ast_layout_allowed_charset[];

extern const ast_layout_attribute_pair_t ast_layout_allowed_lang[];

// ----------- END AUTO GENERATED ----------- //#endif
// ----------- END AUTO GENERATED ----------- //

#endif


4 changes: 3 additions & 1 deletion src/generated-config/ast_layout_type_attributes_values.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,7 @@ const size_t valid_attributes_font_length = sizeof(valid_attributes_font) / size
ast_layout_attribute_type_t valid_attributes_media[] = { AST_LAYOUT_ATTRIBUTE_TYPE_ERROR };
const size_t valid_attributes_media_length = 0;

// ----------- END AUTO GENERATED ----------- //#endif
// ----------- END AUTO GENERATED ----------- //

#endif

Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ extern const size_t valid_attributes_font_length;
extern ast_layout_attribute_type_t valid_attributes_media[];
extern const size_t valid_attributes_media_length;

// ----------- END AUTO GENERATED ----------- //#endif
// ----------- END AUTO GENERATED ----------- //

#endif


0 comments on commit c060945

Please sign in to comment.