Skip to content

Commit 8f92ef3

Browse files
committed
fixed readability-inconsistent-declaration-parameter-name clean-tidy warnings
1 parent 9763cbc commit 8f92ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simplecpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ namespace simplecpp {
283283
void constFoldLogicalOp(Token *tok);
284284
void constFoldQuestionOp(Token **tok1);
285285

286-
std::string readUntil(Stream &istr, const Location &location, char start, char end, OutputList *outputList);
286+
std::string readUntil(Stream &stream, const Location &location, char start, char end, OutputList *outputList);
287287
void lineDirective(unsigned int fileIndex, unsigned int line, Location *location);
288288

289289
std::string lastLine(int maxsize=100000) const;

0 commit comments

Comments
 (0)