Skip to content

Commit

Permalink
Update ast_layout_type_attributes_all to move BEGIN AUTO GENERATED at…
Browse files Browse the repository at this point in the history
… begining of the line
  • Loading branch information
BaseMax committed Jan 11, 2025
1 parent 15e2d48 commit e0e4e29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/generated-config/ast_layout_type_attributes_all.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#define _AST_LAYOUT_TYPE_ATTRIBUTES_ALL_H_

layout_map_entry_t layout_map[] = {
// ----------- BEGIN AUTO GENERATED ----------- //

// ----------- BEGIN AUTO GENERATED ----------- //
{ AST_LAYOUT_TYPE_LINK, valid_attributes_link, valid_attributes_link_length },

{ AST_LAYOUT_TYPE_INCLUDE, valid_attributes_include, valid_attributes_include_length },
Expand Down Expand Up @@ -115,7 +114,6 @@ layout_map_entry_t layout_map[] = {
{ AST_LAYOUT_TYPE_MEDIA, valid_attributes_media, valid_attributes_media_length },

// ----------- END AUTO GENERATED ----------- //

};

const size_t map_size = sizeof(layout_map) / sizeof(layout_map[0]);
Expand Down

0 comments on commit e0e4e29

Please sign in to comment.