summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.h b/format.h
index 7e5914c1..9bbd789b 100644
--- a/format.h
+++ b/format.h
@@ -26,7 +26,8 @@ struct element_t
OPT_AMOUNT,
VALUE,
TOTAL,
- SPACER
+ SPACER,
+ DEPTH_SPACER
};
bool align_left;