Remove spacing errors.

This commit is contained in:
Cary R 2012-09-24 09:56:05 -07:00
parent 6137566385
commit 016d64e443
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct symbol_search_results {
if (scope) return true;
return false;
}
// Scope where symbol was located. This is set in all cases,
// assuming the search succeeded.
NetScope*scope;