From ba2e937ad61367997cce5d614499553f644cef6f Mon Sep 17 00:00:00 2001 From: Gavin Ridley Date: Thu, 6 Jul 2017 11:39:12 -0500 Subject: [PATCH] pretty, clangy formatting --- include/kernels/FissionHeatSource.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/kernels/FissionHeatSource.h b/include/kernels/FissionHeatSource.h index 7ac9a36c34..bfe33f1c5f 100644 --- a/include/kernels/FissionHeatSource.h +++ b/include/kernels/FissionHeatSource.h @@ -3,14 +3,15 @@ #include "Kernel.h" -/** This kernel will likely only be used with k-eigenvalue calculation mode - * with neutrons only, since the power is normalized in this case. - */ class FissionHeatSource; template <> InputParameters validParams(); +/** + * This kernel will likely only be used with k-eigenvalue calculation mode + * with neutrons only, since the power is normalized in this case. + */ class FissionHeatSource : public Kernel { public: