From 5e2cd0d07cd1557e65740fe6b6d79510aadeeab6 Mon Sep 17 00:00:00 2001 From: paboyle Date: Fri, 12 Jan 2018 23:18:22 +0000 Subject: [PATCH] Format --- lib/simd/Grid_qpx.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/simd/Grid_qpx.h b/lib/simd/Grid_qpx.h index a4efeb91..d93dbc5b 100644 --- a/lib/simd/Grid_qpx.h +++ b/lib/simd/Grid_qpx.h @@ -175,15 +175,15 @@ struct Vset{ }; template - struct Reduce{ - //Need templated class to overload output type - //General form must generate error if compiled - inline Out_type operator()(In_type in){ - printf("Error, using wrong Reduce function\n"); - exit(1); - return 0; - } - }; +struct Reduce{ + //Need templated class to overload output type + //General form must generate error if compiled + inline Out_type operator()(In_type in){ + printf("Error, using wrong Reduce function\n"); + exit(1); + return 0; + } +}; ///////////////////////////////////////////////////// // Arithmetic operations