From d4f4c932bdd63425782b4528032d4fee41264a68 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 4 Dec 2012 21:57:29 +1100 Subject: [PATCH] Trivial space removal. --- driver-opencl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/driver-opencl.c b/driver-opencl.c index 2d411697..01e70198 100644 --- a/driver-opencl.c +++ b/driver-opencl.c @@ -1586,6 +1586,3 @@ struct device_api opencl_api = { .thread_shutdown = opencl_thread_shutdown, }; #endif - - -