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

5 lines
69 B
C++

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