diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-11-18 15:13:38 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-11-18 15:13:38 +0100 |
commit | 99569f2f6cf574e88441d3de888f825b6d7b2ed7 (patch) | |
tree | f89aba166fc77a404e0880700fd9a204e60dba95 /src/detector.c | |
parent | c77d160603298560b89243dda34fd81ee52d3d10 (diff) |
Whitespace
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index 9de99e6c..f2f41320 100644 --- a/src/detector.c +++ b/src/detector.c @@ -166,6 +166,6 @@ void record_image(struct image *image) } } - + image->data = bloom(image->hdr, image->width, image->height); } |