Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / selection / selectionfileoption.h
index df0612cbc810b15372414640d3dbac490415d83d..73942520a02788658019721d391ae4cace8439a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2014,2018, by the GROMACS development team, led by
+ * Copyright (c) 2012,2014,2018,2019, 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,16 +68,15 @@ class SelectionOptionManager;
  */
 class SelectionFileOption : public AbstractOption
 {
-    public:
-        //! OptionInfo subclass corresponding to this option type.
-        typedef SelectionFileOptionInfo InfoType;
+public:
+    //! OptionInfo subclass corresponding to this option type.
+    typedef SelectionFileOptionInfo InfoType;
 
-        //! Initializes an option with the given name.
-        explicit SelectionFileOption(const char *name);
+    //! Initializes an option with the given name.
+    explicit SelectionFileOption(const char* name);
 
-    private:
-        AbstractOptionStorage *createStorage(
-            const OptionManagerContainer &managers) const override;
+private:
+    AbstractOptionStorage* createStorage(const OptionManagerContainer& managers) const override;
 };
 
 /*! \libinternal \brief
@@ -88,13 +87,13 @@ class SelectionFileOption : public AbstractOption
  */
 class SelectionFileOptionInfo : public OptionInfo
 {
-    public:
-        /*! \brief
-         * Creates option info object for given storage object.
-         *
-         * Does not throw.
-         */
-        explicit SelectionFileOptionInfo(SelectionFileOptionStorage *option);
+public:
+    /*! \brief
+     * Creates option info object for given storage object.
+     *
+     * Does not throw.
+     */
+    explicit SelectionFileOptionInfo(SelectionFileOptionStorage* option);
 };
 
 } // namespace gmx