From 6c039d32860f7a2057f4184797b503607191b8d7 Mon Sep 17 00:00:00 2001 From: Gary Frost <frost.gary@gmail.com> Date: Wed, 24 Oct 2012 20:39:13 +0000 Subject: [PATCH] --- samples/mandel/src/com/amd/aparapi/sample/mandel/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mandel/src/com/amd/aparapi/sample/mandel/Main.java b/samples/mandel/src/com/amd/aparapi/sample/mandel/Main.java index a84cbce5..b4e4de51 100644 --- a/samples/mandel/src/com/amd/aparapi/sample/mandel/Main.java +++ b/samples/mandel/src/com/amd/aparapi/sample/mandel/Main.java @@ -125,7 +125,7 @@ public class Main{ public int getCount(float x, float y, int maxIterations){ - int count =0 ; + int count =0; float zx = x; float zy = y; float new_zx = 0f; -- GitLab