Fix complaints from make hint
This commit is contained in:
parent
f2200e48af
commit
7695e5e3c5
|
@ -1011,11 +1011,11 @@ function generateJavascript(ast, options) {
|
|||
' details.seenCR = false;',
|
||||
' }',
|
||||
'',
|
||||
' p++',
|
||||
' p++;',
|
||||
' }',
|
||||
'',
|
||||
' peg$posDetailsCache[pos] = details;',
|
||||
' return details',
|
||||
' return details;',
|
||||
' }',
|
||||
' }',
|
||||
'',
|
||||
|
|
|
@ -450,11 +450,11 @@ module.exports = (function() {
|
|||
details.seenCR = false;
|
||||
}
|
||||
|
||||
p++
|
||||
p++;
|
||||
}
|
||||
|
||||
peg$posDetailsCache[pos] = details;
|
||||
return details
|
||||
return details;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue