Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / utility / logger.cpp
index 14d73b13e6afcdaddd0c8be2f1379d8eae9934bf..46cdc3a8cc6098191733edd77456d5d40c649fdd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2016,2018,2019,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -68,11 +68,7 @@ LogEntryWriter& LogEntryWriter::appendTextFormatted(gmx_fmtstr const char* fmt,
 }
 
 MDLogger::MDLogger() :
-    warning(nullptr),
-    error(nullptr),
-    debug(nullptr),
-    verboseDebug(nullptr),
-    info(nullptr)
+    warning(nullptr), error(nullptr), debug(nullptr), verboseDebug(nullptr), info(nullptr)
 {
 }