summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index 9811c21e..2f26a2b8 100644
--- a/src/input.h
+++ b/src/input.h
@@ -144,6 +144,8 @@ struct stream_impl
int consumed;
+ /* Indentation. */
+ int level;
int indent;
};