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

5 lines
67 B
C++

int returnInt(int return_Value) {
return return_Value;
};