Remove spacing errors.
This commit is contained in:
parent
6137566385
commit
016d64e443
|
|
@ -43,7 +43,7 @@ struct symbol_search_results {
|
||||||
if (scope) return true;
|
if (scope) return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scope where symbol was located. This is set in all cases,
|
// Scope where symbol was located. This is set in all cases,
|
||||||
// assuming the search succeeded.
|
// assuming the search succeeded.
|
||||||
NetScope*scope;
|
NetScope*scope;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue