clang-tidy-readability-iden.../sources/PointerParameter.cpp

5 lines
71 B
C++

void* returnPtr(void* return_Value) {
return return_Value;
};