From 074e18d9cb84bd5c849e90d84448fcb34ba65d07 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 19 Jan 2020 13:34:21 -0500 Subject: [PATCH] fix one more whitespace issue --- src/USER-MISC/fix_propel_self.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/USER-MISC/fix_propel_self.cpp b/src/USER-MISC/fix_propel_self.cpp index 9abd1cb791..a2d1c4166c 100644 --- a/src/USER-MISC/fix_propel_self.cpp +++ b/src/USER-MISC/fix_propel_self.cpp @@ -263,6 +263,6 @@ int FixPropelSelf::atoms_have_quaternion() MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world); if (flagall > 0) return 0; - + return 1; }