Adjust unusual spacing

minimal changes, nearly eliminates oddball/inconsistent
source code use of whitespace
This commit is contained in:
Larry Doolittle 2008-02-15 15:05:39 -08:00 committed by Stephen Williams
parent ceef77e15f
commit 39dd22ace4
14 changed files with 77 additions and 77 deletions

View File

@ -97,7 +97,7 @@ ostream& operator<< (ostream&out, const index_component_t&that)
} }
out << "]"; out << "]";
return out; return out;
} }
ostream& operator<< (ostream&out, const name_component_t&that) ostream& operator<< (ostream&out, const name_component_t&that)
{ {