Whitespace changes.

This commit is contained in:
Robin Sommer 2018-05-18 23:11:30 +00:00
parent 593000be57
commit eaf5f4a9bb
6 changed files with 16 additions and 16 deletions

View file

@ -113,7 +113,7 @@ TraversalCode Scope::Traverse(TraversalCallback* cb) const
ID* lookup_ID(const char* name, const char* curr_module, bool no_global,
bool same_module_only, bool check_export)
bool same_module_only, bool check_export)
{
string fullname = make_full_var_name(curr_module, name);