Skip to content

Commit 7ff8c98

Browse files
committed
fixed readability-inconsistent-declaration-parameter-name clean-tidy warnings
1 parent 52b4b61 commit 7ff8c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplecpp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ namespace simplecpp {
282282
void constFoldLogicalOp(Token *tok);
283283
void constFoldQuestionOp(Token **tok1);
284284

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

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

0 commit comments

Comments
 (0)