summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-24 02:11:32 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-24 02:11:32 -0400
commit1fd37a432d060a08254ecb1a9129050563075140 (patch)
treef80ee5bf2b780f315348c2767150b9643e9d9488 /format.h
parent73e2abd1b2e2bacbd353999a7b3edd95a04112c4 (diff)
downloadledger-1fd37a432d060a08254ecb1a9129050563075140.tar.gz
ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.bz2
ledger-1fd37a432d060a08254ecb1a9129050563075140.zip
cleanup; fully switched to autoconf -- use scripts/acprep
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;