aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/fe_utils/print.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/fe_utils/print.h b/src/include/fe_utils/print.h
index 83320d06bdd..b761349bc72 100644
--- a/src/include/fe_utils/print.h
+++ b/src/include/fe_utils/print.h
@@ -26,14 +26,14 @@
enum printFormat
{
PRINT_NOTHING = 0, /* to make sure someone initializes this */
- PRINT_UNALIGNED,
PRINT_ALIGNED,
- PRINT_WRAPPED,
- PRINT_HTML,
PRINT_ASCIIDOC,
+ PRINT_HTML,
PRINT_LATEX,
PRINT_LATEX_LONGTABLE,
- PRINT_TROFF_MS
+ PRINT_TROFF_MS,
+ PRINT_UNALIGNED,
+ PRINT_WRAPPED
/* add your favourite output format here ... */
};