aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-25 22:16:24 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-25 22:16:24 +0100
commit916b00a9ec80e5647ddd13bc32c7cbe64d8b42ee (patch)
treec6f922275096959f642c344caa37fd829a3fe500
parent52d08227913e4cbbc593ed2ccb066ee29e4e33c9 (diff)
Formatting
-rw-r--r--libstorycode/storycode.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index 3744cc4..d476acc 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -242,7 +242,7 @@ imageframe:
;
textframe:
- TEXTFRAME frame_options multi_line_string { }
+ TEXTFRAME frame_options multi_line_string { }
| TEXTFRAME frame_options '{' multi_line_string '}' { }
;