From 1d4533a41eb2f95e4a11a6d704f1be3e1352a0a6 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 12 Nov 2009 18:25:37 +0000 Subject: [PATCH] >80 line length --- .../Lists/CompactListList/CompactListList.H | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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& +); /*---------------------------------------------------------------------------*\