mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix indent.
This commit is contained in:
parent
b4f561680a
commit
af4d687062
@ -70,9 +70,9 @@ bool DocStringAnalyser::visit(EventDefinition const& _node)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void DocStringAnalyser::handleCallable(
|
void DocStringAnalyser::handleCallable(
|
||||||
CallableDeclaration const& _callable,
|
CallableDeclaration const& _callable,
|
||||||
Documented const& _node,
|
Documented const& _node,
|
||||||
DocumentedAnnotation& _annotation
|
DocumentedAnnotation& _annotation
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
parseDocStrings(_node, _annotation);
|
parseDocStrings(_node, _annotation);
|
||||||
|
Loading…
Reference in New Issue
Block a user