From 016d64e443c727da7131e8345f0707ee26c13907 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 24 Sep 2012 09:56:05 -0700 Subject: [PATCH] Remove spacing errors. --- symbol_search.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbol_search.cc b/symbol_search.cc index a3549fc96..8e15a0018 100644 --- a/symbol_search.cc +++ b/symbol_search.cc @@ -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;