From 52a035b2254c713dcf04d5c6ec009305ab2e65e8 Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Thu, 9 Jan 2014 16:25:53 +0000
Subject: [PATCH] STYLE: Minor code formatting

---
 src/sampling/probes/patchProbes.H | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/sampling/probes/patchProbes.H b/src/sampling/probes/patchProbes.H
index 972dab79b87..2425b67f776 100644
--- a/src/sampling/probes/patchProbes.H
+++ b/src/sampling/probes/patchProbes.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2013 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2011-2014 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -152,8 +152,6 @@ public:
 
         //- Find elements containing patchProbes
         virtual void findElements(const fvMesh&);
-
-
 };
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-- 
GitLab