summaryrefslogtreecommitdiff
path: root/vala/valacatchclause.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valacatchclause.vala')
-rw-r--r--vala/valacatchclause.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/vala/valacatchclause.vala b/vala/valacatchclause.vala
index 84e4ba340..93996a910 100644
--- a/vala/valacatchclause.vala
+++ b/vala/valacatchclause.vala
@@ -37,12 +37,12 @@ public class Vala.CatchClause : CodeNode {
}
}
}
-
+
/**
* Specifies the error variable name.
*/
public string? variable_name { get; set; }
-
+
/**
* Specifies the error handler body.
*/
@@ -53,7 +53,7 @@ public class Vala.CatchClause : CodeNode {
_body.parent_node = this;
}
}
-
+
/**
* Specifies the declarator for the generated error variable.
*/