Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Jan 18, 2017
1 parent efedcb7 commit 8ed9f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/c_runtime_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int TVMDeviceInit(int dev_mask,
API_BEGIN();
*out_code = 1;
switch (dev_mask) {
case kOpenCL:{
case kOpenCL: {
*out_code = DeviceInit<kOpenCL>(option_keys, option_vals, num_options);
break;
}
Expand Down

0 comments on commit 8ed9f50

Please sign in to comment.