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

5 lines
76 B
C++

char returnChar(const char return_Value) {
return return_Value;
};