From 0f3fb6753a50edba0c8c1c142344076f3dcd1c17 Mon Sep 17 00:00:00 2001 From: Luc Berger-Vergiat Date: Thu, 27 Jan 2022 16:21:04 -0700 Subject: [PATCH] Applying clang format on suggested changes --- src/common/KokkosKernels_Error.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/KokkosKernels_Error.hpp b/src/common/KokkosKernels_Error.hpp index 897fad0174..b2f41fd4f6 100644 --- a/src/common/KokkosKernels_Error.hpp +++ b/src/common/KokkosKernels_Error.hpp @@ -45,7 +45,7 @@ #ifndef KOKKOSKERNELS_ERROR_HPP #define KOKKOSKERNELS_ERROR_HPP -#include +#include namespace KokkosKernels { namespace Impl {