Unverified Commit 1bf9540a authored by Rosen Penev's avatar Rosen Penev Committed by GitHub
Browse files

[clang-tidy] fix inconsistent declaration (#884)



Found with readability-inconsistent-declaration-parameter-name
Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent 4c90f296
...@@ -57,7 +57,7 @@ struct ScanScalarParams { ...@@ -57,7 +57,7 @@ struct ScanScalarParams {
bool leadingSpaces; bool leadingSpaces;
}; };
std::string ScanScalar(Stream& INPUT, ScanScalarParams& info); std::string ScanScalar(Stream& INPUT, ScanScalarParams& params);
} }
#endif // SCANSCALAR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #endif // SCANSCALAR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment