Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/exdoc')
-rw-r--r--docs/exdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/exdoc b/docs/exdoc
index 92027663e6d..0926047a0fe 100644
--- a/docs/exdoc
+++ b/docs/exdoc
@@ -210,7 +210,7 @@ sub process_function {
$returns = "\t$_\n";
$section = $RETURN_SECTION;
} else {
- $body .= "\n\t$_";
+ $body .= "\n$_";
}
} elsif ($section == $RETURN_SECTION) {
$returns .= "\n\t$_";