Skip to content

Commit

Permalink
correct wrong space
Browse files Browse the repository at this point in the history
  • Loading branch information
TalbenXu committed Dec 20, 2024
1 parent e783596 commit 26cfab9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions svf/include/CFL/CFGNormalizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ class CFGNormalizer

private:
/// Add nonterminal to tranfer long rules to binary rules
void

ebnf_bin(CFGrammar *grammar);
void ebnf_bin(CFGrammar *grammar);

void ebnfSignReplace(char sign, CFGrammar *grammar);

Expand Down

0 comments on commit 26cfab9

Please sign in to comment.