From ddde0a8bc068c5c5ef1c70d35e64f1b6fef2b69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Thu, 15 Dec 2022 15:57:16 +0100 Subject: [PATCH] clang-format --- include/picongpu/plugins/radiation/Radiation.hpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/picongpu/plugins/radiation/Radiation.hpp b/include/picongpu/plugins/radiation/Radiation.hpp index 966cba0e8d..86b04072e2 100644 --- a/include/picongpu/plugins/radiation/Radiation.hpp +++ b/include/picongpu/plugins/radiation/Radiation.hpp @@ -287,11 +287,7 @@ namespace picongpu * just quickly open it here. */ std::optional<::openPMD::Series> tmp; - writeOpenPMDfile( - tmp_result, - restartDirectory, - speciesName + std::string("_radRestart"), - tmp); + writeOpenPMDfile(tmp_result, restartDirectory, speciesName + std::string("_radRestart"), tmp); } } @@ -720,8 +716,8 @@ namespace picongpu { /* * Check that the filename is the same. - * Series::name() returns the specified path without filename extension and without the dirname, - * so we need to strip that information. + * Series::name() returns the specified path without filename extension and without the + * dirname, so we need to strip that information. */ auto filename_str = filename.str(); auto pos = filename_str.find_last_of('.');