From 316dc48e37dd1d674bb5ddc49be4a868013321ce Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 15 Dec 2015 14:52:56 +0000 Subject: [PATCH] STYLE: probes: indentation --- src/sampling/probes/probes.C | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/sampling/probes/probes.C b/src/sampling/probes/probes.C index 862d487063..078d79673a 100644 --- a/src/sampling/probes/probes.C +++ b/src/sampling/probes/probes.C @@ -132,8 +132,7 @@ void Foam::probes::findElements(const fvMesh& mesh) << " seems to be on multiple domains:" << " cell " << elementList_[probeI] << " on my domain " << Pstream::myProcNo() - << " and cell " << cellI << " on some other domain." - << endl + << " and cell " << cellI << " on some other domain." << endl << "This might happen if the probe location is on" << " a processor patch. Change the location slightly" << " to prevent this." << endl; @@ -146,8 +145,7 @@ void Foam::probes::findElements(const fvMesh& mesh) << " seems to be on multiple domains:" << " cell " << faceList_[probeI] << " on my domain " << Pstream::myProcNo() - << " and face " << faceI << " on some other domain." - << endl + << " and face " << faceI << " on some other domain." << endl << "This might happen if the probe location is on" << " a processor patch. Change the location slightly" << " to prevent this." << endl;