From 49c9f4597f0467381bbfc9642047bfc8a4bf2cc1 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 23 Aug 2021 21:46:54 -0400 Subject: [PATCH] apply clang-format --- src/comm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/comm.h b/src/comm.h index 2ab999bab3..817d1230a2 100644 --- a/src/comm.h +++ b/src/comm.h @@ -107,8 +107,7 @@ class Comm : protected Pointers { // partition a global regular grid by proc sub-domains - void partition_grid(int, int, int, double, - int &, int &, int &, int &, int &, int &); + void partition_grid(int, int, int, double, int &, int &, int &, int &, int &, int &); // memory usage