Browse Source

Merge branch 'master' of github.com:ckolivas/cgminer

Con Kolivas 14 years ago
parent
commit
56c27c1988
1 changed files with 1 additions and 1 deletions
  1. 1 1
      device-gpu.c

+ 1 - 1
device-gpu.c

@@ -836,7 +836,7 @@ static cl_int queue_phatk_kernel(_clState *clState, dev_blk_ctx *blk,
 }
 }
 
 
 static cl_int queue_diakgcn_kernel(_clState *clState, dev_blk_ctx *blk,
 static cl_int queue_diakgcn_kernel(_clState *clState, dev_blk_ctx *blk,
-				 __maybe_unused cl_uint threads)
+				   __maybe_unused cl_uint threads)
 {
 {
 	cl_kernel *kernel = &clState->kernel;
 	cl_kernel *kernel = &clState->kernel;
 	cl_uint vwidth = clState->vwidth;
 	cl_uint vwidth = clState->vwidth;