aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-04 18:34:52 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-04 18:34:54 +1200
commitedd0f88981fda8429e175e582152946666c0cf7e (patch)
treedaad7feb404e6fdd20557ae5970cb9c7e72f99ce
parent53e83375e988cf637ef5ae7fc146231be575b04f (diff)
downloadfractal-gen-edd0f88981fda8429e175e582152946666c0cf7e.tar.xz
Clear trailing whitespace
-rw-r--r--fractal-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fractal-gen.c b/fractal-gen.c
index c647ad5..edda171 100644
--- a/fractal-gen.c
+++ b/fractal-gen.c
@@ -114,7 +114,7 @@ int main(int argc, char **argv)
x = (size/cores)+1;
else
x = (size/cores);
-
+
x *= size;
x = ceilf((double)x/clust_total);