Skip to content

Commit

Permalink
trying to remove invisible control characters
Browse files Browse the repository at this point in the history
  • Loading branch information
veanes committed Aug 21, 2020
1 parent 8285162 commit 4dd9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/seq_decl_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ class seq_util {
info compl() const;
info concat(info & rhs, bool lhs_is_concat) const;
info disj(info& rhs) const;
info conj(info& rhs) const;
info conj(info& rhs) const;
info diff(info& rhs) const;
info orelse(info& rhs) const;
info loop(unsigned lower) const;
Expand Down

0 comments on commit 4dd9249

Please sign in to comment.