cosmetic fix: reorder enums

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1765 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-05-25 02:33:27 +00:00
parent c279a63100
commit 0d29555a13
1 changed files with 4 additions and 4 deletions

View File

@ -459,14 +459,14 @@ typedef struct historyheadtype {
#define VIEW 1
#define NOVIEW 0
typedef enum {
TOP, CENTER, NONE
} topmidnone;
typedef enum {
JUSTIFY, BEGIN, END
} justbegend;
typedef enum {
TOP, CENTER, NONE
} topmidnone;
/* Minimum editor window rows required for nano to work correctly. */
#define MIN_EDITOR_ROWS 3