diff --git a/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H b/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H index f1875dde70..b2aad34d22 100644 --- a/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H +++ b/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H @@ -61,8 +61,16 @@ namespace Foam template class CompactListList; -template Istream& operator>>(Istream&, CompactListList&); -template Ostream& operator<<(Ostream&, const CompactListList&); +template Istream& operator>> +( + Istream&, + CompactListList& +); +template Ostream& operator<< +( + Ostream&, + const CompactListList& +); /*---------------------------------------------------------------------------*\