Skip to content

Commit

Permalink
Revert "fix code formatting"
Browse files Browse the repository at this point in the history
This reverts commit aeb60a9.
  • Loading branch information
kisvegabor committed Feb 24, 2024
1 parent d2ef602 commit b41ea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/others/fragment/lv_example_fragment_1.c
Expand Up @@ -23,7 +23,7 @@ static const lv_fragment_class_t sample_cls = {
.constructor_cb = sample_fragment_ctor,
.create_obj_cb = sample_fragment_create_obj,
.instance_size = sizeof(struct sample_fragment_t),
};
};

void lv_example_fragment_1(void)
{
Expand Down

0 comments on commit b41ea93

Please sign in to comment.