aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-08-15 13:58:42 +0200
committerThomas White <taw@bitwiz.org.uk>2012-08-15 13:58:42 +0200
commite0c198aa0745472082b77f1037e44a5250ac79e5 (patch)
tree41d891fdd87b569bcf60c9beac0d1f7512469428 /src
parent8a40e5da7ff1f8abf80555bf207c490a86c47548 (diff)
Formatting
Diffstat (limited to 'src')
-rw-r--r--src/storycode.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/storycode.c b/src/storycode.c
index fc606d1..b6bed3c 100644
--- a/src/storycode.c
+++ b/src/storycode.c
@@ -160,10 +160,10 @@ SCBlockList *sc_find_blocks(const char *sc, const char *blockname)
if ( pos != NULL ) {
- int i;
- int bct = 1;
- int found = 0;
- int ml = strlen(pos);
+ int i;
+ int bct = 1;
+ int found = 0;
+ int ml = strlen(pos);
pos += strlen(label);