summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index e9bc93c..17c5671 100644
--- a/main.c
+++ b/main.c
@@ -284,6 +284,8 @@ int empty_line(TxtLoc l) {
;
}
+/* TODO: support having a newline before the open brace */
+
int prev_func(TxtLoc start, TxtLoc *out) {
TxtLoc l;
if (prev_func_end(start, &l) && match_bracket(l, &l, '}')) {