Code beautification with uncrustify
[alexxy/gromacs.git] / src / ngmx / fgrid.h
index fded06b1ee1e63e1ea85124e8c0e5052f05b81b2..08b16d0d6cdad82914f198be59a14b7a4774fdae 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * 
+ *
  *                This source code is part of
- * 
+ *
  *                 G   R   O   M   A   C   S
- * 
+ *
  *          GROningen MAchine for Chemical Simulations
- * 
+ *
  *                        VERSION 3.2.0
  * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * If you want to redistribute modifications, please consider that
  * scientific software is very special. Version control is crucial -
  * bugs must be traceable. We will be happy to consider code for
  * inclusion in the official distribution, but derived work must not
  * be called official GROMACS. Details are found in the README & COPYING
  * files - if they are missing, get the official version at www.gromacs.org.
- * 
+ *
  * To help us fund GROMACS development, we humbly ask that you cite
  * the papers on the package - you can find them in the top README file.
- * 
+ *
  * For more info, check our website at http://www.gromacs.org
- * 
+ *
  * And Hey:
  * Gyas ROwers Mature At Cryogenic Speed
  */
 #include <xdlg.h>
 
 typedef struct {
-  edlgitem edlg;
-  gmx_bool bDef;
-  int  nname;
-  char **name;
-  char *set,*get,*def,*help;
+    edlgitem edlg;
+    gmx_bool bDef;
+    int      nname;
+    char   **name;
+    char    *set, *get, *def, *help;
 } t_fitem;
 
 typedef struct {
-  char *name;
-  int x,y,w,h;
-  int nfitem;
-  t_fitem **fitem;
+    char     *name;
+    int       x, y, w, h;
+    int       nfitem;
+    t_fitem **fitem;
 } t_fgroup;
 
 typedef struct {
-  int x,y,w,h;
-  t_fitem *fitem;
+    int      x, y, w, h;
+    t_fitem *fitem;
 } t_fsimple;
 
 typedef struct {
-  int       w,h;
-  int       nfgroup;
-  t_fgroup  **fgroup;
-  int       nfsimple;
-  t_fsimple **fsimple;
+    int         w, h;
+    int         nfgroup;
+    t_fgroup  **fgroup;
+    int         nfsimple;
+    t_fsimple **fsimple;
 } t_fgrid;
 
 typedef enum {
-  eGRIDEXP, eACCOEXP, eACCCEXP, eGRPEXP, eITEMEXP, eSAMEPOINT, 
-  eTOOWIDE, eTOOHIGH, eQUOTE,   eNOVALS 
-  } eDLGERR;
+    eGRIDEXP, eACCOEXP, eACCCEXP, eGRPEXP, eITEMEXP, eSAMEPOINT,
+    eTOOWIDE, eTOOHIGH, eQUOTE,   eNOVALS
+} eDLGERR;
 
 extern void ReadDlgErr(const char *infile, eDLGERR err, const char *s);
 
@@ -82,4 +82,4 @@ extern void DumpFGrid(t_fgrid *fgrid);
 
 extern void ReadQuoteString(const char *infile, FILE *in, char *buf);
 
-#endif /* _fgrid_h */
+#endif  /* _fgrid_h */