Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogumil-Sapinski-Mobica committed Jun 29, 2023
1 parent fa4f899 commit b303ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/core/enumopencl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ static cl_int PrintDeviceInfoSummary(const std::vector<cl::Device> devices)

int main(int argc, char** argv)
{
(void) argc;
(void**) argv;
(void)argc;
(void**)argv;

std::vector<cl::Platform> platforms;
cl::Platform::get(&platforms);
Expand Down

0 comments on commit b303ce5

Please sign in to comment.