From: Lukáš Jiřiště Date: Wed, 18 Mar 2026 20:15:50 +0000 (+0100) Subject: Fix indentation X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=29bbe4338a4301201a2e41ad97b4532c7dceecbb;p=parsing_table_generator Fix indentation --- diff --git a/inc/pt_constructor.h b/inc/pt_constructor.h index c1abc4b..74d2e43 100644 --- a/inc/pt_constructor.h +++ b/inc/pt_constructor.h @@ -23,7 +23,7 @@ typedef struct s_marked_grammar_rule { const t_grammar_rule *rule; size_t position; -} t_marked_grammar_rule; +} t_marked_grammar_rule; typedef struct s_lr1_item {