Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / selection / selvalue.h
index 08872a29a9cb7117f8bcb961fd8f2fbb881ae7d6..d2a51c7d5e56d1ce5c66a6a603e69f63cdfa67d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2009,2010,2011,2014,2019, by the GROMACS development team, led by
+ * Copyright (c) 2009,2010,2011,2014,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.
@@ -79,7 +79,8 @@ typedef struct gmx_ana_selvalue_t
      */
     int nr;
     /** Pointer to the value. */
-    union {
+    union
+    {
         /*! \brief
          * Generic pointer for operations that do not need type information.
          *