[gtk-doc] mktmpl: trim trailing whitespace
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] mktmpl: trim trailing whitespace
- Date: Thu, 7 Apr 2011 19:00:59 +0000 (UTC)
commit d019c24e2afe375dd8aa6ef181269c1c5e5842da
Author: Stefan Kost <ensonic users sf net>
Date: Thu Apr 7 21:51:14 2011 +0300
mktmpl: trim trailing whitespace
gtkdoc-mktmpl.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtkdoc-mktmpl.in b/gtkdoc-mktmpl.in
index b063db2..b572335 100755
--- a/gtkdoc-mktmpl.in
+++ b/gtkdoc-mktmpl.in
@@ -386,7 +386,7 @@ EOF
} else {
$ret_type = "void";
}
-
+
my @fields = ParseFunctionDeclaration($declaration);
for (my $i = 0; $i <= $#fields; $i += 2) {
@@ -407,10 +407,10 @@ EOF
if ($type eq "MACRO") {
my @fields = ParseMacroDeclaration($declaration);
-
+
for (my $i = 0; $i <= $#fields; $i +=2) {
my $field_name = $fields[$i];
-
+
$output .= &OutputParam ($symbol, $field_name, $template_exists,
1, "");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]