Fix indent.

This commit is contained in:
chriseth 2015-10-26 17:21:32 +01:00
parent b4f561680a
commit af4d687062

View File

@ -70,9 +70,9 @@ bool DocStringAnalyser::visit(EventDefinition const& _node)
}
void DocStringAnalyser::handleCallable(
CallableDeclaration const& _callable,
Documented const& _node,
DocumentedAnnotation& _annotation
CallableDeclaration const& _callable,
Documented const& _node,
DocumentedAnnotation& _annotation
)
{
parseDocStrings(_node, _annotation);