Fix clang-format
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 17 Aug 2020 09:45:29 +0000 (11:45 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 17 Aug 2020 09:45:29 +0000 (11:45 +0200)
Change-Id: I469d539a741a5eed12214267530fedb3f5ccf367

src/gromacs/gmxana/nsfactor.cpp
src/gromacs/utility/basedefinitions.h

index 9335fefceabcdb43435b1674fa6526b0c6242ced..0f8171fecc99275171f154943dd7ea446ec90a02 100644 (file)
@@ -255,7 +255,7 @@ gmx_radial_distribution_histogram_t* calc_radial_distribution_histogram(gmx_sans
         {
             gmx::UniformIntDistribution<int> tdist(0, isize - 1);
             tid = gmx_omp_get_thread_num();
-/* now starting parallel threads */
+            /* now starting parallel threads */
             INTEL_DIAGNOSTIC_IGNORE(593)
 #    pragma omp for
             for (int64_t mc = 0; mc < mc_max; mc++)
index 02baad7314084f37bb077d8584bc80f0f9be3ea8..c376af905cc98d70cb4f0e3f804197d509b5e8ee 100644 (file)
@@ -173,7 +173,7 @@ index ssize(const T& t)
 #ifdef __INTEL_COMPILER
 // Ignore unused loop variable warning - it was used until the compiler removes the use!
 #    define DO_PRAGMA(x) _Pragma(#    x)
-#    define INTEL_DIAGNOSTIC_IGNORE(id) DO_PRAGMA(warning push) DO_PRAGMA(warning(disable : id ))
+#    define INTEL_DIAGNOSTIC_IGNORE(id) DO_PRAGMA(warning push) DO_PRAGMA(warning(disable : id))
 #    define INTEL_DIAGNOSTIC_RESET DO_PRAGMA(warning pop)
 #else
 #    define INTEL_DIAGNOSTIC_IGNORE(id)