Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
ltcmelo committed Aug 4, 2024
1 parent 288e741 commit afe90bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion C/binder/Binder.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class PSY_C_INTERNAL_API Binder final : protected SyntaxVisitor
std::stack<FunctionType*> pendingFunTys_;
Type* popTy();
void pushTy(Type*);

template <class TyT, class... TyTArgs> TyT* makeTy(TyTArgs... args);

bool decltorIsOfTydef_;
Expand Down

0 comments on commit afe90bb

Please sign in to comment.