Adjust unusual spacing
minimal changes, nearly eliminates oddball/inconsistent source code use of whitespace
This commit is contained in:
parent
ceef77e15f
commit
39dd22ace4
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue