From 82a92c536f4a452281fc8408e740f7d24f427ead Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 21 Feb 2011 10:22:38 +0000 Subject: [PATCH] coding standards --- src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx b/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx index cecd57776..509b60094 100644 --- a/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx +++ b/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx @@ -133,7 +133,8 @@ int GaussInfo::GetReferenceCoordDim() const if( myNbRef ) { return myReferenceCoord.size()/myNbRef; - } else + } + else { return 0; } -- 2.39.2